摘要: 题目链接: https://leetcode-cn.com/problems/k-th-smallest-in-lexicographical-order/ 题目大意: 给定整数 n 和 k,找到 1 到 n 中字典序第 k 小的数字。 注意:1 ≤ k ≤ n ≤ 109。 具体思路: 首先遍历的 阅读全文
posted @ 2019-07-17 15:36 Let_Life_Stop 阅读(993) 评论(0) 推荐(0) 编辑