复杂度为 O(n^5) 的算法的示例是什么?
谁能提供一个最小运行时间复杂度为 O(n^5) 的算法示例?
can anyone provide an example of an algorithm with minimal running time complexity of O(n^5)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
O n5 复杂物体体积算法。
http://matmod.elte.hu/~lovasz/vol5.pdf
O n5 volume algorithm for complex bodies.
http://matmod.elte.hu/~lovasz/vol5.pdf
整体改造:
http://vergil.chemistry.gatech.edu/resources/programming /mp2-transform-project.pdf
Integral transformation:
http://vergil.chemistry.gatech.edu/resources/programming/mp2-transform-project.pdf
Finden 和 Gordon 的获取常见修剪树的算法运行时间为 O(n^5)
Finden and Gordon's algorithm on Obtaining common pruned trees runs in O(n^5)
10 维的凸包已被证明需要 O(n^5)(证明是针对一般 d,表明在最坏情况下,包可以是 O(n^floor(d/2)),IIRC)
Convex hull in 10 dimensions has been proven to require O(n^5) (the proof was for general d, showing that the hull can be O(n^floor(d/2)) in the worst case, IIRC)