Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 194 Bytes

红黑树.md

File metadata and controls

7 lines (5 loc) · 194 Bytes

红黑树

红黑树博客

  • 二叉查找树(BST)
  • 平衡二叉查找树(AVL,RBT(红黑树))
  • 多路查找树(B树,B+树)