7.3 分治算法 #52
utterances-bot
started this conversation in
Comments
Replies: 2 comments
-
您好,在求归并排序算法时间复杂度的最后一步您有一个笔误,复杂度应该是O(nlgn)您的是O(lgn) |
Beta Was this translation helpful? Give feedback.
0 replies
-
3.2 递归树法 提到的时间复杂度公式改写成 “层数 x 每层成本” 是否更好理解? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
7.3 分治算法
分治算法知识 # 1. 分治算法简介 # 1.1 分治算法的定义 # 分治算法(Divide and Conquer):字面上的解释是「分而治之」,就是把一个复杂的问题分
https://algo.itcharge.cn/07_algorithm/07_03_divide_and_conquer_algorithm/
Beta Was this translation helpful? Give feedback.
All reactions