注册 登录
编程论坛 C++教室

C++的数据结构的2道题目 求解 急!!!!!!!!!!!!!!!!!!!!!!!!!!

rockboyliu2 发布于 2008-06-28 18:13, 722 次点击
Given these values, entered from left to right 30,15,10,45,50,60,12,14,11,13
(a) what is the resulting AVL tree
(b) what is thee resulting 2-3 tree
(c) what is the resulting 2-3-4 tree
(d) Delete 15 from the AVL tree
(e) Delete 30 from 2-3 tree

compare two implementationof graph :adjacent matrix and ajacent list.
0 回复
1