Trees

201-Your reminder to trust the process!

Trees

Source: Trees

Common Terminology

Sample Tree Binary Tree Sample

Traversals

An important aspect of trees is how to traverse them. Traversing a tree allows us to
search for a node, print out the contents of a tree, and much more!

There are two categories of traversals when it comes to trees:

  1. Depth First
  2. Breadth First