Frage im Vorstellungsgespräch bei Arkivum

Convert an integer to string in decimal representation (LeetCode Easy)

Antwort im Vorstellungsgespräch

Anonym

29. Apr. 2021

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.