Question d’entretien chez Arkivum

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

Réponse à la question d'entretien

Utilisateur anonyme

29 avr. 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.