Pregunta de entrevista de Arkivum

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

Respuesta de la entrevista

Anónimo

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