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.
lookup table gang
If we only display using alphabet extensions then of course the limit is 36, but some solutions just convert the number to the base using a different function (which may cause errors for bases higher than 36 but i can remove them). If you insist on having a display system for bases higher than 36, then you can display a list of numbers representing the value of that "symbol"
For example:
"ABC"
in base 16 will instead be[10, 11, 12]
Fastest solution so far
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
We (Me and mednoob) discussed about the "harder" version and oh boy, it was crazy. 10 minutes for a single number. The problem turned from being too easy to might be impossible to fit in the time range.
Ok I fixed the old code it may still be slow but it works yay
Also I updated the k range and the number of tests, so all issues are solved... for now.
I'm very sure it's my code's fault.
sigh You know what, that's problems from my old code (I pretty sure there werent any alterations when I copied the code to the kata), so if you want, you can propose me a better solution. If you are uncomfortable sharing that here, I have a discord account: matttnguyen
Well this is supposed to be an easy kata... and also how do I do that
Fixed, Dang, there were a hell lot of silly mistakes since it was kinda rushed
This comment is hidden because it contains spoiler information about the solution
OK so basically I just forgot about this kata but now I'll try to fix all the problems and suggestions
I said TRY
yay i hate math
Really appreciate that.
Loading more items...