Domanda di colloquio di Arkivum

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

Risposta di colloquio

Anonimo

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.