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.
Had the same problem. But read exactly:
Every item can have a quality above 50.
It is only said that it won't increase further if it has reached 50 or higher.
This comment is hidden because it contains spoiler information about the solution
Yes. Maybe my for my next kata published, I may actually get on the leaderboard on authored katas.
warning: sounds good, yes (actually, expecting outputs smaller than the input is just an error in the reasonning, yes)
2dan: 5.0% left. Hence... Still some months to go, I guess x) (maybe still in 2020. 'Will mostly depend on my motivation. Which is pretty low these days... :/ )
Also, added message that shows n and k.
@Blind4Basics
Some solutions rely on the highest n can be, so maybe not. Should I just warn users that the result may be way larger than
1e6
.Btw, how far are you from 2 dan, I'm just curious;-)
The numbers tested are less than 10^6. However, the result may be larger
@tonylicoding: are those restrictions really needed? maybe just remove them, warning the user that huge numbers will be tested too? (you could add one or two of this kind of sample tests to make it clear)?