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.
fixed
Description still refers to the previous
BigInt
implementation.Thank you for fixing this issue.
fork
Strings could be returned. But it is easier to keep the current output format unchanged.
If the inputs are changed to
BigInt
then the solution setup will be simplified. Right now, it is not even specified that the argument could be a string for large inputs.It is fine to invalidate existing solutions. But if the output format is not changed, then it will be possible to keep some existing solutions.
JavaScript: the native
BigInt
type should be used for inputs and for results.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.Yes, python. I now understand, but its written gramaticaly incorrect.
I guess python -- and the test is taken from the description, and it's correct.
language... (edit: not yours, the one of your code! x) )
'35353 is the fouriest (2112403) in base 5' should equal '35353 is the fouriest (431401) in base 6' - wrong test
Thank you!
Loading more items...