Please enable JavaScript.
Coggle requires JavaScript to display documents.
Trees / Free Tree, Search and insertion in a Binary Search Tree, Binary…
Trees / Free Tree
Types of trees
Rooted tree
Useful for describing hierarchy, implementing dictionaries and data encoding
-
-
-
-
Connected acyclic graph
If there are no cycles but also not necessarily connected, it is a forest
-
-
-
-