A graph is defined as a collection of vertices and the edges that link these vertices. A graph may be thought of as a cyclic tree in which the vertices (Nodes) retain any complicated relationship among themselves rather than a parent-child relationship.
- Graph Representation
- Breadth-First Search
- Depth First Search
- Minimum Spanning Tree
- Shortest Path Algorithms
- Dijkstra's Algorithm
0 Comments