摘要: 一个行和列都有序的矩阵,找出其中第k小的元素。 问题链接: http://www.lintcode.com/en/problem/kth smallest number in sorted matrix/ Brute Force 最暴力的方式是把矩阵里所有元素存到一个数组里,然后对数组排序后输出第k 阅读全文
posted @ 2017-06-04 15:33 mioopoi 阅读(222) 评论(0) 推荐(0)