Check out my first novel, midnight's simulacra!

Trees: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 18: Line 18:
* aa
* aa
* Trémaux
* Trémaux
 
* Steiner
==[[Compiler Design|Compiling]]==
==[[Compiler Design|Compiling]]==
* abstract syntax
* abstract syntax
* dominator
* dominator
...
...
==Theory==
==Theory==
* Finite/Pushdown [[automata#Tree_automata|Tree Automata]]
* Finite/Pushdown [[automata#Tree_automata|Tree Automata]]
* Algebraic tree systems
* Algebraic tree systems

Revision as of 23:42, 10 December 2009

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
  • top
  • fat
  • b / b+ / 2-3
  • vEB (van Emde Boas)
  • radix
  • dancing
  • splay
  • trie
  • kd
  • (minimal) spanning
  • Gomory-Hu
  • decision
  • game
  • aa
  • Trémaux
  • Steiner

Compiling

  • abstract syntax
  • dominator

...

Theory