摘要:
Problem : Given an integer n, return 1 n in lexicographical order. For example, given 13, return: [1,10,11,12,13,2,3,4,5,6,7,8,9]. Please optimize you 阅读全文
posted @ 2020-04-09 10:48
littledy
阅读(92)
评论(0)
推荐(0)
摘要:
Problem : Given a n x n matrix where each of the rows and columns are sorted in ascending order, find the kth smallest element in the matrix. Note tha 阅读全文
posted @ 2020-04-09 10:27
littledy
阅读(96)
评论(0)
推荐(0)