i had fun with this one lol
This comment is hidden because it contains spoiler information about the solution
I felt like I was moving in circles for a moment.
This is how Rust works
Yes, yes.. actually TWICE.
Recursion is def most elegant but may cause overflow on real big numbers =) Iteration is more efficient.
Loading collection data...
i had fun with this one lol
This comment is hidden because it contains spoiler information about the solution
I felt like I was moving in circles for a moment.
This is how Rust works
Yes, yes.. actually TWICE.
Recursion is def most elegant but may cause overflow on real big numbers =)
Iteration is more efficient.