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.
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
There should also be a fixed test for expecting line 1 because my first solution was bad but was able to pass all tests.
Needs node bump to v18
Java translation handles the
length
==0
case differently to other translations; it does not slice till the end of the array. This is inconsistent with the description:It took me a while to figure out why my solution (which did as the description asked) was failing random tests.
Loading more items...