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.
Best one
You should make feature requests on CW github.
Great insigh man! API and make some segment (in some cases) like servers and clients. Can be very useful too [specialization].
how about to addi possibility of submitting solutions from API? it will be g8 to solve katas from you fav text editor
You can open a new language request on https://github.com/codewars/codewars-runner-cli following the language request issue template.
It could be nice if we could vote for the most "pedagogical" solution, it may motivates players to write self explanatory code.
Structured and commented code is not what everybody writes, but if encouraged it may help beginners getting some key concepts.
oh, can't find
Belongs in the runner cli Github repository.
Add, please, J programming language
This comment is hidden because it contains spoiler information about the solution
Quadratic solution where a linear one is available.
Use the .sum(), Luke!
It's the waste of memory. Calculating Fibonacci numbers requires only constant memory.
Some duplicated code is screaming for defining a separate function
This solution has O(n * log(n)) complexity while it can be solved in O(n)