2014年10月29日

heap

摘要: http://www.youtube.com/watch?v=-6-xKgLOZPMbinary heap : it is a complete binary tree.index from 0:i left = 2i +1; i right = 2i +2, i parent = (i-1)/2.... 阅读全文

posted @ 2014-10-29 03:41 brave_bo 阅读(273) 评论(0) 推荐(0)

导航