Trees are a data structure that models a hierarchical collection of nodes via links. We'll tackle some problems in this section to get practice in.
In the majority of cases, we've given you some environment variables that provide the object structure of a tree, letting you focus on the algorithm at hand!
How do I use this section?