Data Structures and Algorithms Laboratory (dsal) Codes

If the code doesn't load, you can check it out on GitHub

Group C

Q13: Represent a given graph using adjacency matrix/list to perform DFS and using adjacency list to perform BFS. Use the map of the area around the college as the graph. Identify the prominent landmarks as nodes and perform DFS and BFS on that.


                

Other Questions in Data Structures and Algorithms Laboratory

See All Available Questions