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.
Maybe because you put small numbers on your laptop while Codewars gives you huge numbers.
if you want to test something, make sure they're equal.
In this kata, there are 100 random tests. Each
n
andm
consists of 8 digits numbers.Any idea why my solution keeps timing out? I timed it on my laptop and it took no time at all to complete while codewars keeps giving me an over 7000ms time out.