Please enable JavaScript.
Coggle requires JavaScript to display documents.
Trees - Coggle Diagram
Trees
Applications
Hierachies
Dictionaries
Data Encondig
State-space Trees
Backtraking
Branch and bound
Access large data sets
Edges
1 - (vertices)
Rooted
Two vertices
one simple path
Ordered Trees
Binary Tree
Two parents
Root
Smaller
Bigger
Divide and Conquer
Preorder
Inorder
Postorder
Depth
lenght of simple path from rott to v
Height
length of the longest simple path from the root to a leaf