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.
🤣
bro..
🤣🤣🤣
Cyclomatic Horror :D :D :D
But it works :)
18-6?
Why the use of recursion when it's not needed?
For example when one char takes 2 bytes or more.
For example, Russian letter "Ш" takes 2 bytes.
It same for chinese hieroglyphs
Hey I'm newer to Go and would like to learn more about this. When would the byte count vs char count be different using
len()
?what a genius
This solution is incorrect.
FindNextSquare(2) returns 4 instead of -1.
Consider using linked list implementation from standard library - container/list
Nice and very short solution, but too slow.
Nice solution!
This comment is hidden because it contains spoiler information about the solution
Thanks both for the effort in making this kata, I just solved it in Go and really enjoyed it!!!
Loading more items...