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.
Where can I go to learn more about how to speed code up? It would be great if helpful resources were pointed out! Cheers!
Cheers. And in Ruby you also use @@ when declaring class variables!
Is this a fixable error?
Testing for -1/4
It should work for random inputs too - Expected: "1/4", instead got: "-1/4"
It looks like the random test cases lose the negative signs?
I think it could be helpful to be clearer with the instructions!
As someone fairly new, I'm not sure this is appropriate as a '7th kyu' kata. I managed the first step of writing code to pass the initial tests but couldn't figure out or even understand how to compare the massive exponents. Maybe this should be reclassified?