会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小谷子的博客园
博客园
首页
新随笔
联系
订阅
管理
2017年2月27日
215. Kth Largest Element in an Array
摘要: 题目链接:https://leetcode.com/problems/kth-largest-element-in-an-array/?tab=Description 题目大意:给定一个未排序的数组,找出数组中第k大的数。举个例子数组nums为[3,2,1,5,6,4],k=2,则返回5. 思路:(
阅读全文
posted @ 2017-02-27 15:46 小谷子的博客园
阅读(140)
评论(0)
推荐(0)
编辑
公告