MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following algorithms can be used to most efficiently find whether a cycle is present in a given graph? |
| A. | Prim's Minimum Spanning Tree Algorithm |
| B. | Breadth First Search |
| C. | Depth First Search |
| D. | Kruskal's Minimum Spanning Tree Algorithm |
| Answer» D. Kruskal's Minimum Spanning Tree Algorithm | |