Which of the following algorithms can be used to detect cycles in a directed graph?
Depth-First Search (DFS)
Dijkstra's Algorithm
Breadth-First Search (BFS)
Kruskal's Algorithm

Data Structures and Algorithms Exercises are loading ...