Table of Content


Introduction to Graphs

Types of Graphs

Graph Representation

  1. Adjacency Matrix

  2. Adjacency List

Graph Traversal Techniques

  1. Breadth-First Search (BFS)