chapter_divide_and_conquer/divide_and_conquer/ #610
Replies: 7 comments 9 replies
-
[ O(n + (\frac{n}{2})^2 \times 2 + n) = O(\frac{n^2}{2} + 2n) ] ----这里推导公式是不是多了写特殊符号?markdown解析问题吗 |
Beta Was this translation helpful? Give feedback.
-
作者您好,我想问一下为什么将数组从中点分为两个子数组,划分需要O(n)时间? |
Beta Was this translation helpful? Give feedback.
-
这个证明漂亮,比起一些支支吾吾半天讲不出所以然的舒服多了 |
Beta Was this translation helpful? Give feedback.
-
归并排序真的是太“分治”了 |
Beta Was this translation helpful? Give feedback.
-
以“冒泡排序”为例...... |
Beta Was this translation helpful? Give feedback.
-
在1. 操作数量优化 的例子中 |
Beta Was this translation helpful? Give feedback.
-
我我我有一个很大的疑问,可以说递归这个思想理解起来还是比较容易,但是如何使用它,怎么能够想起来使用它好像是一个很大的问题哎。 |
Beta Was this translation helpful? Give feedback.
-
chapter_divide_and_conquer/divide_and_conquer/
动画图解、一键运行的数据结构与算法教程
https://www.hello-algo.com/chapter_divide_and_conquer/divide_and_conquer/
Beta Was this translation helpful? Give feedback.
All reactions