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.
This comment is hidden because it contains spoiler information about the solution
kata hint != kata suggestion
intersting kata, use Array's function , string => array => string
Yes, for example in C++ matrices go from 2x2 to 11x11.
Will the matrices go beyond 3x3 matrices??? or under 3x3 matrices please help???
Some of them are really way more complex to figure out.
passing all testes except the last huge one ... can't debug that .. i will leave it for now
The test cases for C++ should be more extensive. They don't cover many cases which will only show up for the randomized tests. Otherwise, great Kata!
This comment is hidden because it contains spoiler information about the solution
Same)
Thank you !!
Your calculation for IP address is wrong. Note there are 256 IP addresses from 10.0.0.0 to 10.0.0.255, and 256 also from 10.0.1.0 to 10.0.1.255, now try to compute that for each subset.
I was so close...
def ips_between(start, end):
Loading more items...