Across
- 5. : DFS runs in this type of time complexity
- 6. : Data structure used in DFS to keep track of nodes
- 11. : When every vertex can reach every other vertex
- 13. : The time when a node is first found in DFS
- 15. : Graph formed by reversing all edges
Down
- 1. : A group of nodes that are strongly connected
- 2. : Algorithm that finds SCCs using lowlink values
- 3. : A node is marked as this once discovered
- 4. : Traverses a graph by going as deep as possible before backtracking
- 7. : Algorithm that finds SCCs using two DFS passes
- 8. : Type of graph formed by combining SCCs (Directed Acyclic Graph)
- 9. : Short form of Strongly Connected Component
- 10. : Tarjan’s value representing smallest discovery reachable
- 12. : Time complexity of DFS
- 14. : Edge type followed for the first time in DFS
