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.
Nope, still not open :p.
Python also has generator functions, if you open the kata to translations I could translate it.
Just published a fix. Sorry about that.
Edit: It seems the update did not go through yet. I'm not sure if it is because of a natural delay in the website, or if it has to be aproved.
Edit2: I had eddited my kumite rather than the actual kata. Should be fixed now.
Done
Reviewed and approved!
Probably you. Try coming up with a solution that won't do too many recursions.
I've made an elixir translation 3 months ago, still not approved and no feedback given. Please approve it or give feedback, thanks!
Try calculating by hand fib values for negative numbers, remember that fib(n) = fib(n-1) + fib(n-2), meaning that fib(1) = fib(0) + fib(-1).
Still waiting for my translation to be approved/given feedback to.
Thanks! I'm finally done with this kata. Very fun series.
Can someone tell me how many tests are there? I usually pass about 150 to 200 before timeout
I fixied it, it was a problem of creating an object inside a function call, that for some reason pointed to the same class variable as its parent. Declaring a separate variable for that object fixed it.
I think I know what it is, I can't declare a object inside the same class that is defining it (I think?), I'll try fixing that
just tested it on 3.6, runs fine. I'm kinda lost
This comment is hidden because it contains spoiler information about the solution
Loading more items...