Version: 0.3.38

1. Trees#

Lecture:

Lecture 5.1 (slides)

Objectives:

Understand the concept of trees and how to traverse a tree

Concepts:

Tree, Depth-first traversal, Breadth-first traversal

To be completed