What does DFS stand for in the context of algorithms?

  • Data Formatting System
  • Depth-First Search
  • Directed File System
  • Dynamic Function Selection
DFS stands for Depth-First Search. It is an algorithm used for traversing or searching tree or graph data structures. In DFS, the algorithm explores as far as possible along each branch before backtracking.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *