Slippery Rock University Dr. Deborah Whitfield Go Browns!

Chapter 10: Balanced Search Trees (2-3-4)
Data Structures and Algorithms in Java
CpSc 374

Binary Search trees work well if random numbers insserted. Don't work as well if sorted data inserted. Binary search trees can de-generated into a linked list.
Red-Black trees (Chapter 9 which is being skipped), 2-3 trees, and 2-3-4 trees solve this problem of un-balanced trees.

2-3-4 Trees Balanced search trees of Order 4: 2-3-4 trees
Search in 2-3-4 trees
Insertion in 2-3-4 trees
Efficiency of search and insert operations
Deletion in 2-3-4 tree

2-3 Trees

2-3 Tree Insertion
B-Trees & External Storage Disks are Slow (except SSD) Trees of Order m = k+1
Properties of B-Tree Efficiency Issues Insertion