随笔分类 -  Data Structure

looking back up some classices about data structure
数据结构C#实现-二叉查找树的创建,查找,以及各种递归(非递归)遍历算法
摘要:树是一种非常重要的数据结构,Binary Tree则是树型结构中应用最为广泛。本文给出了C#版本的二叉树的建立,查找,以及各种递归和非递归的遍历算法。 阅读全文

posted @ 2008-06-02 18:10 飞天舞者 阅读(1105) 评论(0) 推荐(0) 编辑

经典数据结构之栈的应用-迷宫问题
摘要:Stack的应用非常广泛,如数学公式计算,树的前序遍历等等。 阅读全文

posted @ 2008-05-31 14:18 飞天舞者 阅读(2083) 评论(0) 推荐(0) 编辑

B-Trees Concepts B-树介绍(都快忘了:))
摘要:1.about B-Tree Although most of the search trees are binary trees, there is a popular serach tree taht is not binary. this tree is known as a B-tree. 虽然大多数的查找树是二叉树,但是也存在不是二叉树的查找树。这种树就是B-树。简言之,B树是一种多... 阅读全文

posted @ 2008-04-28 17:41 飞天舞者 阅读(793) 评论(0) 推荐(0) 编辑

Data Structure--Reverse LinkList
摘要:The original Linklist is as diagram shown: the codes are following node *reverse(node *head) { node *p1,*p2,*p3; if(head==NULL || head->next=-NULL) return head; //p1-->previou... 阅读全文

posted @ 2008-02-26 11:46 飞天舞者 阅读(382) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
For more information about me, feel free email to me winston.he@hotmail.com
点击右上角即可分享
微信分享提示