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.
I agree. The C++ tests are too hard. Much harder than the tests for other languages.
This comment is hidden because it contains spoiler information about the solution
Tried solving this kata in c++
I got 4 different solutions working but none were fast enough
The discription does not mention any speed requirement so running into a "your code ran for to long" after every time i was able to finish a new version of my algoritm was super demoralizying since each did logically work.
Please update the description of this test to mention the speed requirement, or just reduce the amount of tests in the c++ code challange.
Side note, solutions that work for other languages dont for c++ due to this speed requirement.