Graph is a non-linear data structure consisting of nodes and edges. The nodes are sometimes also referred to as vertices and the edges are lines or arcs that connect any two nodes in the graph.
Basic Terminology used in Graphs.
Lets develop good understanding of the basic of GRAPHS. [Click the following links to watch the video]
- Graphs in Data Structures
- Finding Transitive Closure of Graph
- Graph representation in Computer’s memory
- Breadth First Search (BFS) Traversal Algorithm
- Depth First Search (DFS) Traversal Algorithm and Example
You are invited to raise queries by writing your question in the box given below