CS Electrical And Electronics
@cselectricalandelectronics

Design, Develop and Implement a Program in C for the following Operations on Graph(G) of Cities

All QuestionsCategory: Data StructureDesign, Develop and Implement a Program in C for the following Operations on Graph(G) of Cities
Anonymous asked 2 years ago

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 BFS method
c. Check whether a given graph is connected or not using the DFS method