About this document
Graph Algorithms: DFS, Edge Classification, Topological Sort by Aditya SanjayBoob is a document available to read on EtoBox.
- Author
- Aditya SanjayBoob
- Language
- EN
Graph Algorithms: DFS, Edge Classification, Topological Sort by Aditya SanjayBoob is a document available to read on EtoBox.
Depth-first search is an algorithm for traversing or searching tree or graph data structures. One starts at the root and explores as far as possible along each branch before backtracking