UCS 1312 Data Structures Lab Exercise 11: Graph Traversal

$35.00

Download Details:

  • Name: Assignment-11-fvz72a.zip
  • Type: zip
  • Size: 20.76 KB

Category:

Description

5/5 - (1 vote)

GRAPH:1GRAPH : 2(i) Represent the graphs using adjacency matrix or adjacency list.
(ii) Perform Depth first search (DFS) and Breadth first search (BFS) traversals by
considering the start vertices as ‘A’ and ‘0’ for Graph 1 and Graph 2
respectively.