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.
Merged.
Fix merged.
which language ?
TypeScript: random test generator was failing to correctly order inputs as per this issue:
Fork with fix here
It's helpful to note what language you're working in when raising issues.
Confirming this is an issue in TypeScript, however. The random test generator is sorting inputs lexicographically rather than numerically. Will post a fix.
Should pass random tests
ipsBetween("74.107.44.16", "9.244.235.108"): expected 1081491620 to equal -1081491620
I suppose number of IPs should be positive though?
MErged
Updated Rust translation with added assertion messages and cleaner random tests.
This kata doesnt seem like 4. Atleast 6 Kyu needed for this
Nice and fun kata but how is this invalid? (python)
(098) 123 4567
you do convert the array into a string, check what delete_at returns. please do not raise issues so lightly in the future
./lib/solution.rb:15:in
block in valid_braces': undefined method
delete_at' for "({":StringDid you mean? delete
delete! (NoMethodError)
How can variable be string if I declare it in my code as Array and never convert it to String?
Closing.
You can print inputs yourself. This is documented.
Closing.
Closing
Loading more items...