Graph
Across
- 2. to find shortest path
- 5. every node is connected to every other node
- 6. No of incoming edges
- 7. Data structure used in DFS
- 8. A path where the first and last vertices are the same
- 9. Algorithm to find the MST
Down
- 1. Data structure used in BFS
- 2. No of edges connected
- 3. graph with no cycle
- 4. Matrix used to represent edges between nodes.