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.
Not very. It's so small because it has virtually no brains.
Major advantage is it's easy to prove correct, and ( within reason ) who cares about CPU time anyway?
This looks very elegant. How efficient is it actually?
That basically means comparison by character codes. First non-equal comparison wins. '1' comes before '2', so 1anything also comes before 2anything.
As it turns out, string comparison in basically every language already works this way.
This comment is hidden because it contains spoiler information about the solution
If we're going to engage in pedantry, the correct use would be "Hello, Name. How are you?" :)
freakin good nice 👌
I saw a pattern pretty much immediately, but i also started with more moving parts. :P Probably took 15-30 minutes farting around with concatenation before i saw a less clunky way.
Just of curiosity how long did it take you to see the pattern?
Description updated. If it needs more work, please file a new issue.
If you want better TDD tests, you should be able to write them yourself from the description now.
Closing.
@dances-with-peons ..
@SashaVosu ..
@dances-with-peons ..
approved
This comment is hidden because it contains spoiler information about the solution
Just published a NASM translation.
Loading more items...