会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陶然亭
It's hard, but there is hope!
博客园
首页
新随笔
联系
管理
订阅
2014年3月28日
AVL树的实现例程
摘要: /* AVL树的节点声明 */#ifndef _AVLTREE_H#define _AVLTREE_Hstruct AvlNode;typedef struct AvlNode *Position;typedef struct AvlNode *AvlTree;AvlTree MakeEmpty(AvlTree T);Position Find(ElementType X, AvlTree ...
阅读全文
posted @ 2014-03-28 08:28 ITtecman
阅读(504)
评论(0)
推荐(0)
编辑
公告