Tree Algorithm
Trees
Two metaphors trees
There is two metaphors to describe tree.
1. Recursive description (wooden trees):
A tree has a root label and a list of branches
Each branch is a tree
A tree with zero branches is called a leaf
A tree starts the root
2. Rela...
kojiro.hashnode.dev3 min read