Trees, Binary and Otherwise

One special type of graph is called a tree. The three trees you will see most often are

  • General Trees
  • Binary Search Trees
  • Heaps (!)

Well, you probably won’t code heaps directly, but the method of storing it in a vector often comes in very handy.

Slides