1, Splay Tree
Splay Tree 定义:在一颗BBST中,某节点被访问,则随后将其移送至根节点。
逐层伸展 vs.双层伸展
算法实现:
重点包含了Splay,search,insert,remove四种操作。
Remove算法
综合评价:
典型应用:电脑操作系统。
2,B-Tree
3, Red-Black Tree
《数据结构》学习笔记 第8章 高级搜索树 (Splay,RB,B-Tree)
原文:https://www.cnblogs.com/sanlangHit/p/12207802.html