我是正常蛇

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年9月4日

摘要: Order Statistic:The ith smallest of n elements.(i from 1 to n).Median:The [n/2]th smallest of n elements.Here we all talk about value , not key.How to find the ith smallest number in a part of a array?Steps:1) Call the function partition which I have written down in quick sort chapter.Get the positi 阅读全文
posted @ 2012-09-04 15:00 我是正常蛇 阅读(654) 评论(0) 推荐(0) 编辑