Youwang Deng

I'm a software developer, familiar with C#, Java, JavaScript, focus on full stack development.

Leetcode Divide and Conquer Note

16 Jul 2019 » Leetcode-Array, Leetcode-ArrayList, Leetcode-LinkedList, Algorithm

Divide and Conquer

  • divide problem into many subproblems, solve the least subproblem and combine those subproblems together
  • binary search