Graph Algorithms

From Rice Wiki
Revision as of 05:19, 20 March 2024 by Rice (talk | contribs) (Created page with "A '''graph''' is a set of vertices and a set of edges connecting those vertices. Graph algorithms solve problems relating to graphs. Notable examples include traversal and shortest path.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A graph is a set of vertices and a set of edges connecting those vertices. Graph algorithms solve problems relating to graphs. Notable examples include traversal and shortest path.