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.
your alphabet has a
'c'
instead of'g'
Take a close look at your alphabet.
This comment is hidden because it contains spoiler information about the solution
Simply add this line:
Console.WriteLine(n);
in the beginning of your solution, and you will get some lines printed in the tests output panel.Your solution gives correct answers, but is extremely slow. It passes tests for small numbers, but takes forever for larger numbers. Old solutions are obsolete and do not pass anymore after tests were fixed.
Not an issue.
This comment is hidden because it contains spoiler information about the solution