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.
Ranks cannot be changed, plus 6kyu prime generation kata that do not require Sieve is an optimal rank
题目给的容器名称是numbers为什么你们都用的array 好难猜啊 是ai的结果吗
It would be clearer to explicitly state that the interval is half-open. The
[a,b)interval makes the description slightly ambiguous for me.Plus, once I tried to debug the Fixed Tests in js, I just saw
expected [ Array(13) ] to deeply equal [ Array(12) ]which is not helpful to understand that b was excluded... Therefore I had to use an IDE.Please :
Complete the function which returns a list of all those numbers in the interval [a, b)withComplete the function which returns a list of all those numbers in the interval [a, b) (a included and b excluded)Python version requires too much optimization for a 6 kyu kata. Only way I can find to not time out is using itertools which seems too advanced for this difficulty.
too clever
nice neat solution. Well done
This taught me something new. Pretty neat! Thanks!
GOAT
Ya'll make me so mad lmao
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
you got me bro ¬‿¬
That Zero Division Error handling with 'if array' is gold. Nice one!
This comment is hidden because it contains spoiler information about the solution
Approved
Loading more items...