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.
nice
i can not understand this realy
If Rust is okay with it, the math must be correct. Perhaps we've entered another dimension?
This comment is hidden because it contains spoiler information about the solution
Worth noting that this takes O(n^2) time, when O(n) is possible.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
But this solution does not account for negative values... 🤔
I really like this solution
I like how much faster the
strconv.Itoa
operation is thanfmt.Sprint
(according to benchmark at https://gist.github.com/evalphobia/caee1602969a640a4530)