会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
napoleon_liu
博客园
首页
新随笔
联系
管理
订阅
2010年5月30日
heap sort by ruby
摘要: 代码#heap_sort.rb def max_heap? array (array.size-1).downto(1) do |i| parent = (i-1)/2 return false if array[parent] < array[i] end trueenddef max_heap_unshift_down array, tail i = tail while i > ...
阅读全文
posted @ 2010-05-30 00:45 napoleon_liu
阅读(359)
评论(0)
推荐(1)
编辑
公告