Subject : Data Structures Lab
Subject Code: BCSL305
Problem Statement:
Program-11
Develop a Program in C for the following operations on Graph(G) of Cities
a. Create a Graph of N cities using Adjacency Matrix.
b. Print all the nodes reachable from a given starting node in a digraph using DFS/BFS method
@Vandana.Teaching