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.
Lua translation!
what's wrong with putting multiple tests per
it
block ?missing specifically for sample tests, they're present for tests, albeit multiple tests per it
Python tests are not wrapped in
describe/it
This kata isn't very popular, but it deserves to be!
I had a lot of fun solving this kata, FrankK, thank you. Test cases for python are written out properly, pleasure to work with.
Gute Arbeit.
The rules should definitely mention about that your 1. point. Spent way too much time thinking my code is not working only to realize this after coming to comments
Agree, the stacked direcetories( a, a/b, a/b/c ) should be an example, and the headers(https://) should be explained ahead of time.
This comment is hidden because it contains spoiler information about the solution
I kind of think about binary and numpy int...but can't mixed together these thoughts concretely...still timeout , lol.
I used a while loop which works, but when the number increase, time out, not efficient... stucked. Can anyone give a clue or direction to look into please? Thanks...
The description specifies that numbers up to
10^12
are tested. I added two examples with large numbers to Sample Tests.This comment is hidden because it contains spoiler information about the solution
Thanks for the suggestion
Loading more items...