Techniques

Devide and conquer (recursive) #

  • Devide the problem into subproblems
  • Conquer the subproblems by recursion
  • Combime the solutions of the subproblems into the global solution