Wednesday, 22 June 2016

What are some examples of divide and conquer algorithms?

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)

No comments:

Post a Comment