About this document
DFS and BFS Algorithm in C by joshi2017anu is a document available to read on EtoBox.
The document contains a C program that implements Depth First Search (DFS) and Breadth First Search (BFS) algorithms for graph traversal using an adjacency matrix. It provides a menu-driven interface for the user to input an adjacency matrix and choose between DFS and BFS traversal options. The program also resets the visited nodes after each traversal to allow for multiple runs.
- Author
- joshi2017anu
- Language
- EN