Kruskal's Algorithm Pretest


Answer the multiple-choice questions below to test your knowledge!


Multiple-Choice Questions:

  1. What is the primary purpose of Kruskal's Algorithm?





  2. What data structure is commonly used to detect cycles in Kruskal's Algorithm?





  3. What is the time complexity of Kruskal's Algorithm when using a Union-Find data structure?





  4. Which type of graph is suitable for Kruskal's Algorithm?





  5. What is the first step in Kruskal's Algorithm?