Lecture 15
17
Trees
•Common in computer science:
–Java class hierarchy (shows inheritance)
–Windows  tree for files and directories (folders)
•Vocabulary: Tree, hierarchy
•Root (often drawn at the top!)
•Child, parent, branch, leaf, node
•Draw with arrows, or in outline form
•