2010年10月11日

a simple Heap implementation~

摘要: Heap seems sophisticated but the implementation is not very difficult. i think it is attrtibuted to its linear structure~Besides, heap is very useful~[代码] 阅读全文

posted @ 2010-10-11 22:06 坑王 阅读(292) 评论(0) 推荐(0) 编辑

something aboout binary search tree~

摘要: i implement the preorder , inorder ,postorder traversal in recursive way and iterative way , print tree , delete node , insert node.... with cpp..[代码] 阅读全文

posted @ 2010-10-11 14:26 坑王 阅读(334) 评论(0) 推荐(0) 编辑

导航