Convert an integer to string in decimal representation (LeetCode Easy)
Anoniem
It began with a simple solution by built-in function, and then it dives into a more fundamental solution like implementing the maths of handling the number by using the division and modulo operations. If you had done 100 questions on LeetCode(Easy), this must be something you had already seen.