LeetCode筆記:386. Lexicographical Numbers

問題: Given an integer n, return 1 - n in lexicographical order.java For example, given 13, return: [1,10,11,12,13,2,3,4,5,6,7,8,9].git Please optimize your algorithm to use less time and space. The inp
相關文章
相關標籤/搜索