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.
I need to stop using a lot of lines, this one resumes it all.
Very clean solution
This should've been an easy 8kyu kata!
good solution
the python reads all the line becaue all in same line and same interpretting so python read it if it another line there would be an eror
my code outputs that everything is correct except for empty arrays, like this error: last( [] ) == null - Expected: null, instead got: undefined.
what's wrong with it?
F# version needs to be updated to F# 6.0.
Also the F# version do not conform to coding standards, such as user code not inside any specific module.
If random tests are added there should be like 100 random tests, not 1.
Approved
Approved
CoffeeScript translation
This comment is hidden because it contains spoiler information about the solution
nice
Concise and logical. Perfect
" Please keep in mind that the test cases ensure that the number of people in the bus is always >= 0. "
Loading more items...