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.
Ruby
Expected: "58220 is the fouriest (44) in base 14554", instead got: "58220 is the fouriest (3330340) in base 5"
real output: "44 is the fouriest (44) in base 10"
The random tests are not consistent (in Python at least). Several times I got an expected base of
>1e6
, and after a few submissions my solution, which checks every base up to~500
, passed.