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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
1 supposed to work since 1 * 11 = 11
Some of the tests have wrong answers.
"?11=??" is 1 and not 2 since 1 < 2 and 111=11
the Tester is giving problems here.
For the sake of finishing the challenge
i am gonna hardcode the incorrect answers to
so the tester would accept them
OK you're right
Brute Force isn't very good, read on Dijkstra
This comment is hidden because it contains spoiler information about the solution