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.
suggested tag:
performance
Description should be language agnostic.
Description should be language-agnostic, regarding examples and function signature. The latter should be totally removed, with input parameters explained in a general manner.
python new test frameworks to be used.
Factor version expects negative answers for some
n
, too (had to changerem
as last word tomod
to pass). + description needs[1,b]
->[1..b]
update for 0.99+.Shell Translation
C++ Translation
python new test frameworks
Perhaps I'm wrong but PHP tests are weird, sometimes my solution works for all tests and sometimes except the samples test, the others are failing... (Even after I submit the solution)
In Rust, the description doesn't say the returned list needs to be in ascending order, but tests fail if it's not.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
PHP:
1 <= n <= 1e9
as stated in the description.description should be lanugage-agnostic
Ruby: should have sample and fixed tests where
x = 0
Loading more items...