MindMap Gallery Summary of divide-and-conquer recursive algorithm

Summary of divide-and-conquer recursive algorithm

The divide-and-conquer strategy is to divide large problems into small problems and recursively divide them downwards. Each small problem is independent of each other and can be solved independently at the same time. The solution to the original problem is merged from bottom to top. The relevant strategies and algorithms for other specific problems are also briefly introduced.

Edited at 2021-12-28 11:01:24
  • Recommended to you
  • Outline