Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks for letting me know the logic here. My algorithm has changed since I posted this, so I don't get these 'lucky guess' errors any more
You got lucky.
(additional part of the map removed for clarity)
Both of there solutions are possible and you made a lucky guess instead of returning '?'
Thought I would post this here for anyone to check out:
I have the same problem - able to pass 100,000 big numbers and not the lower random tests. I noticed that the signs are the same for those tests, whereas the signs are always - and + for the largest random test. Any hints on how to solve the off-by-one errors?
This comment is hidden because it contains spoiler information about the solution
I added those tests now also in final tests. I don't see what makes these tests so special that you would not pass all of those as well.
Was able to submit a solution without passing all of the 3 initial toy tests. Was this intentional?
you can print or log the puzzle layout, just code it into an array/list
the random tests do not test for some possible winning positions, was able to submit a faulty solution
This comment is hidden because it contains spoiler information about the solution