Question:

Which among the following is not based on divide and conquer?

Show Hint

Kruskal’s is greedy, not divide-and-conquer — no recursive subproblem splitting.
Updated On: June 02, 2025
  • Kruskal algorithm
  • Quicksort
  • Binary search
  • Tower of Hanoi
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Kruskal's algorithm follows the greedy strategy. Divide and conquer splits problems into subproblems — used in quicksort, binary search, and Tower of Hanoi.
Was this answer helpful?
0
0

TS PGECET Notification