Check out my first novel, midnight's simulacra!
Trees: Difference between revisions
From dankwiki
(maple trees) |
No edit summary |
||
Line 12: | Line 12: | ||
* splay | * splay | ||
* trie | * trie | ||
* up-sweep (Blelloch 1990) | |||
* kd | * kd | ||
* (minimal) spanning | * (minimal) spanning |
Revision as of 04:23, 22 August 2021
Trees? We've got all the trees you need! I'm thinking about writing a pop computer science book, one chapter on each of these.
- red-black
- AVL (Adelson-Velsky + Landis)
- pq
- maple
- top
- fat
- b / b+ / 2-3
- vEB (van Emde Boas)
- radix
- dancing
- splay
- trie
- up-sweep (Blelloch 1990)
- kd
- (minimal) spanning
- Gomory-Hu
- decision
- Hilbert R
- game
- aa
- finger
- Trémaux
- Steiner
- Order statistic
- LSM (log-structured merge)
- Cartesian
Compiling
- abstract syntax
- doubly logarithmic
- dominator
...
Theory
- Finite/Pushdown Tree Automata
- Algebraic tree systems