Question d’entretien chez ByteDance

Interviewer asked to sort numbers lexicographically. That problem can be found in leetcode.

Réponse à la question d'entretien

Utilisateur anonyme

19 janv. 2021

I approached with trie. But there is an optimized solution for this problem.