# Given an integer n, return all the numbers in the range [1, n] sorted in lexicographical order. # You must write an algorithm that runs in O(n) time and uses O(1) extra space.
# Given an integer n, return all the numbers in the range [1, n] sorted in lexicographical order. # You must write an algorithm that runs in O(n) time and uses O(1) extra space.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results