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

2010年11月29日

摘要: Trees are a very common data structure in computer science. A tree is anonlinear data structure that is used to store data in a hierarchical manner.We examine one primary tree structure in this chapter, the binary tree, alongwith one implementation of the binary tree, the binary search tree. Binaryt 阅读全文

posted @ 2010-11-29 17:21 淡如水wp 阅读(1382) 评论(0) 推荐(0) 编辑