1.

What are some examples of divide and conquer algorithms?

Answer»

The below given problems find their solution using divide and conquer algorithm approach −

  • Merge Sort
  • Quick Sort
  • Binary Search
  • Strassen's Matrix Multiplication
  • Closest pair (points)


Discussion

No Comment Found