Please enable JavaScript.
Coggle requires JavaScript to display documents.
Graphs and Trees - Coggle Diagram
Graphs and Trees
Trees
Trees are connected, undirected graphs with no cycles
-
-
-
Graphs
-
Graph traversals
-
Depth-first traversal
Visits all nodes down one branch until there are no more univsited nodes then moves onto the next one