
堆
文章平均质量分 61
sscssz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
295. Find Median from Data Stream【H】【2.7】
Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of the two middle value. Examples: [2,3,4] , the me原创 2016-06-02 09:14:17 · 381 阅读 · 0 评论 -
【leetcode】378. Kth Smallest Element in a Sorted Matrix【M】【88ms】
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 that it is the kth smallest element in the sorted order, not t原创 2016-08-01 21:46:14 · 1753 阅读 · 0 评论