会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
HITLJR
博客园
首页
新随笔
管理
2016年12月28日
AVL树
摘要: 1 #include 2 #include 3 using namespace std; 4 struct node 5 { 6 int v; 7 int df; 8 node * left_c; 9 node * right_c; 10 }; 11 void right_rotate(node *&ptr) 12 {...
阅读全文
posted @ 2016-12-28 18:06 HITLJR
阅读(162)
评论(0)
推荐(0)
编辑
公告