Graph is empty. Add vertices and edges to visualize!
No operations yet.
A graph is a non-linear data structure consisting of nodes (vertices) and connections between them (edges). It represents relationships between objects.
Consists of vertices and edges connecting them.
Can be directed (edges have direction) or undirected.
Useful for modeling relationships between entities.
Applications include social networks, routing, and network analysis.
Graphs are versatile data structures for representing complex relationships and networks.