Computer Science, asked by akashbhardwaja051, 5 hours ago

Write down the applications of DFS.​

Answers

Answered by kamyavsingh
0

Answer:

Applications. Depth-first search is used in topological sorting, scheduling problems, cycle detection in graphs, and solving puzzles with only one solution, such as a maze or a sudoku puzzle. Other applications involve analyzing networks, for example, testing if a graph is bipartite.

Similar questions