Lecture 14
16
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 (indented) form
•