Please enable JavaScript.
Coggle requires JavaScript to display documents.
Graphs - Coggle Diagram
Graphs
Introduction
A collection of nodes(vertices), some of them connected by Edges(arcs) - G=(V,E), where V != ∅, and E ∈ V ↔ V.
-
Possible Implementations
-
Weighted Graphs
-
Adjacency List
better if sparse graph, use little memory space.
-
-