腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(19)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
改善Brocard问题的复杂性?
b is not None: print(b) 这样做的时间复杂度应该是O(n^2),因为嵌套的for循环具有不同的变量,而且math.factorial算法的复杂性(显然是
divide-and-conquer
浏览 22
提问于2020-12-13
得票数 0
回答已采纳
4
回答
算法:分而治之与时间复杂度O(nlogn)有何关系?
在我的算法和数据结构类中,引入了第一个
divide-and-conquer
algorithm,即merge sort。 在执行作业算法时,我想到了几个问题。
浏览 4
修改于2020-03-09
得票数 22
回答已采纳
1
回答
将字符串拆分为C中的字符串数组
Die FFT gehoert zu den "
Divide-and-conquer
"-Verfahre n, sodass zuvor berechnete Zwischenergebnisse wiederverwendetgleichen Algorithmen, aber mit konjugierten Koeffizienten zur Anwendung. 4---> Die FFT gehoert zu den "
Divide-and-conquer
浏览 2
提问于2021-12-15
得票数 0
回答已采纳
1
回答
细化合并-排序以计算反转的数量
我认为唯一正确的地方是当the list is split into one-element listsuse
divide-and-conquer
and split the
浏览 0
提问于2015-04-29
得票数 1
2
回答
求O(Log N)中循环有序数组中所有正数的和。
我需要在java中使用
Divide-and-Conquer
方案来实现它,因为在最坏的情况下,复杂度是O(Log ),即数组大小的N。
浏览 2
修改于2020-06-20
得票数 1
回答已采纳
3
回答
一般的计算机科学学生应该知道哪些离散的数学主题?
Counting Techniques 7.2 Solving Linear Recurrence Relations 7.3
Divide-and-Conquer
浏览 0
提问于2012-08-09
得票数 5
回答已采纳
1
回答
自定义R查找共享对象的位置?
.* checking LAPACK_LIBS
divide-and-conquer
complex SVD unavailable via R-supplied LAPACK *
divide-and-conquer
algorithm for complex SVD will be
浏览 2
修改于2017-05-23
得票数 2
回答已采纳
1
回答
R重新编译包失败,因为失败
** package âRcppArmadilloâ successfully unpacked and MD5 sums checked *
divide-and-conquer
algorithm for complex SVD will
浏览 3
修改于2014-02-07
得票数 3
2
回答
平面上点的最短距离
Python 3Finds the closest pair of point from a set of points on a plane by brute-force (O(n^2)) and
divide-and-conquer
浏览 0
修改于2018-04-07
得票数 7
1
回答
Python中max子数组的不正确索引
left = i # Part of
divide-and-conquer
浏览 1
提问于2015-01-28
得票数 0
回答已采纳
2
回答
不正确的QuickSort实现
MethodPick an element (pivot) from the listNormally,
浏览 9
修改于2014-08-08
得票数 0
1
回答
如何利用快速傅里叶变换计算频率
std::complex<double> Complex; // Cooley–Tukey FFT (in-place,
divide-and-conquer
浏览 1
修改于2018-09-17
得票数 1
回答已采纳
1
回答
c++中阵列的复共轭转置
************************************************typedef std::valarray<Complex> CArray; // Cooley–Tukey FFT (in-place,
divide-and-conquer
浏览 3
修改于2016-09-05
得票数 0
回答已采纳
2
回答
无法将complex<double>转换为双倍
std::complex<double> Complex; // Cooley–Tukey FFT (in-place,
divide-and-conquer
浏览 1
提问于2017-06-09
得票数 3
1
回答
Rcpp误差中的cppFunction
.* checking LAPACK_LIBS:
divide-and-conquer
浏览 0
修改于2015-10-18
得票数 0
回答已采纳
1
回答
RcppArmadillo:未能在CentOS上安装
.* checking LAPACK_LIBS:
divide-and-conquer
浏览 2
修改于2014-12-04
得票数 3
回答已采纳
3
回答
在VBA (Excel)中减去范围
当我查看该代码,试图找到使其更快的方法时,我看到了应用
divide-and-conquer
范例的可能性,我做了{2}。但这反而使我的代码变慢了。
浏览 4
修改于2017-05-23
得票数 10
回答已采纳
1
回答
R(MacOS10.8.5),RcppArmadillo :无法找到鲤鱼库或符号_wrapper_ddot_
.* checking LAPACK_LIBS:
divide-and-conquer
浏览 3
提问于2015-10-22
得票数 2
回答已采纳
2
回答
哪种算法是最有效的多精度乘法算法?
---------------------------------------------- // Multi-precision multiplication, using a recursive
divide-and-conquer
浏览 1
修改于2019-03-26
得票数 0
回答已采纳
领券