InterviewSolution
Saved Bookmarks
| 1. |
Which of the following algorithms can be used to most efficiently determine the presence of a cycle in a given graph ?(A) Depth First Search(B) Breadth First Search(C) Prim’s Minimum Spanning Tree Algorithm(D) Kruskal’ Minimum Spanning Tree Algorithm |
| Answer» | |