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.
The description bothers me, because playing ascending chromatic scales you would only use your thumb, index, and middle fingers.
This comment is hidden because it contains spoiler information about the solution
I'm not failing any tests, but I'm still timing out. Can anyone explain to me how that would be?
I'm essentially running a recursive binary search.
This comment is hidden because it contains spoiler information about the solution
Does m = total tries or tries per egg?
I did a console.log in each function, and they both show up on every test.
I'm having trouble with the random tests. Everything I test myself works fine, but the randoms fail about half the time.
I'm trying to figure out if it's the Encode or Decode function messing up, but it looks like they're both being run on all the randoms. Any tips for how to test this?