Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
A Graph is a non-linear data structure that captures relationships between pairs of objects. Formally defined as G = (V, E), it consists of a set of Vertices connected by Edges.
Vertices represent individual entities, such as cities on a map, users in a social network, or tasks in a project schedule.
Edges define the relationship or connection between two vertices. They can be directed (one-way) or undirected (mutual).