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
fixed by mauro-chabby combo
Good that you wrote it. I had the same problem :D
1 -> 2 -> 3 -> None should equal 1 -> 2 -> 3 -> None
0 -> 1 -> 4 -> 9 -> 16 -> None should equal 0 -> 1 -> 4 -> 9 -> 16 -> None
Oh data type was str, not int -> error message is a bit obscure
Approved, thanks!
One of the most evil? How so? You obviously haven't seen much C code.
Might I suggest studying the results of the IOCCC?
fixed
Approved
approved
approved
approved
approved
well
memmem
is glibc-specific (not in standard C) and it looks for bytes patterns, not array elements, but it will happen to work there because the indices are < 128. you're the judge :Padded
const
in initial codeLoading more items...