Which of the following algorithm does NOT use divide-and-conquer strategy?

2021

Which of the following algorithm does NOT use divide-and-conquer strategy?

Answer: D. Travelling Salesperson Problem (TSP)Correct answer: Travelling Salesperson Problem (TSP) does NOT use divide-and-conquer. Merge sort — uses divide-and-conquer: split the array into halves, sort…

  1. A.

    Merge sort

  2. B.

    Quick sort

  3. C.

    Binary sort and Stressian Multiplication

  4. D.

    Travelling Salesperson Problem (TSP)

Attempted by 63 students.

Show answer & explanation

Correct answer: D

Correct answer: Travelling Salesperson Problem (TSP) does NOT use divide-and-conquer. Merge sort — uses divide-and-conquer: split the array into halves, sort each half recursively, then merge the sorted halves.

Explore the full course: Accenture Preparation

Loading lesson…