摘要:
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 阅读(1403) 评论(0) 推荐(0) 编辑