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 the description to be more clear.
The description states the numbers should be sorted as strings. However the order of the example is by value as a number rather than as a string and the first given test case is also based on sorting by number value.
sorted as string yields': ['2', '23', '3', '37', '373', '5', '53', '7', '73']
but the example in the problerm description is: [2, 3, 5, 7, 23, 37, 53, 73, 373]
with the test case: 10, 6 --> "37"
:C
TIL: https://knowyourmeme.com/memes/727-wysi
wysi
At least it allows to benchmark a user solution without the slowness of the previous referee ;-)
Done, although it doesn't make much difference
YurichBRO fixed it in his previous fork
It's already there:
Would be interesting to update the referee solution as the current one is very slow
A third of the old, inefficient solutions were invalidated by the update, so it's a step closer to 5 kyu.
done
👍 Let's put all 36 of them on OEIS! 😁
Created an OEIS for base 16 just for reference: https://oeis.org/A384744
Definitely fits into ~1500 characters, see my solution. There are legit solution (e.g. this one) that are longer than that...
Loading more items...