TreeviewCopyright © aleen42 all right reserved, powered by aleen42

Divide and Conquer(分治) Back

  • 當我們遇到一個大問題不能解決的時候, 先拆分成小問題解決, 然後再把小問題的解決方案合併成大問題的解決方案.
  • 解決思路:
    • Divide
    • Conquer recursively
    • Combine the sub-solutions.

典型問題及算法

Empty Comments
Sign in GitHub

As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.

Notice: This plugin has used Cookie to store your token with an expiration.