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]
How would bases higher than 36 work (which alphabet extensions ..), and what would be the limit?
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
@author: are you happy with the current constraints of
n
andk
for this kata?show us the number
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.
This comment is hidden because it contains spoiler information about the solution
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.
Well, you can use one of the solutions that are already submitted as reference solution if you have some problem making a new one. I myself don't mind if you wanna use my solution.
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
Loading more items...