由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 关于找最优的divide and conquer策略
相关主题
请问哪里有Algorithms & C/C++的面试题chem pH.D --> CS
How to insert text in LaTex急问个优化的问题
VLDB也太扯淡了问个学术问题,optimizaion问题
《物联网入门教程》英文文字版/更新EPUB版本[PDF]问个sorting相关的题 (转载)
求教macro (转载)求最优价格的算法
我不行了,大虾帮忙吐槽一下,求问怎么办? (转载)
一个优化问题求助,谢谢。请推荐一本Computer Architecture比较好的书
请教一个聚类的问题lp_solve 求救! divide by zero error :-(
相关话题的讨论汇总
话题: conquer话题: divide话题: np话题: some话题: problem
进入CS版参与讨论
1 (共1页)
d******y
发帖数: 1039
1
我现在试图证明对某个分布问题找到某种最好的divide and conquer 策略是np hard的。
可能考虑哪些个np complete problem?谁有类似的规约经验?thanx.
s***t
发帖数: 113
2
I would recommend you take a look at the Appendix of Garey & Johnson. The
NP-complete problem therein may offer you some hints.



【在 d******y 的大作中提到】
: 我现在试图证明对某个分布问题找到某种最好的divide and conquer 策略是np hard的。
: 可能考虑哪些个np complete problem?谁有类似的规约经验?thanx.

d******y
发帖数: 1039
3
thanks.I have already taken a look on those examples before posting this. The
problem that bothers me is that this divide and conquer scheme has a structure
inside,i.e.,geometrical position.

【在 s***t 的大作中提到】
: I would recommend you take a look at the Appendix of Garey & Johnson. The
: NP-complete problem therein may offer you some hints.
:
: 。

s***t
发帖数: 113
4
The
structure
d******y
发帖数: 1039
5
have you ever read some np-hard proof related to divide and conquer? if so,
please give me a link or sth. thanks.

【在 s***t 的大作中提到】
: The
: structure

s***t
发帖数: 113
6
There may be some mistake in your comment: NP-completeness is the property
of the problem itself, and it is not dependent upon what algorithm you are
using.
I think you are talking about the complexity of your algorithm. If so, you
need to look at some algorithm analysis book to gain some ideas.

【在 d******y 的大作中提到】
: have you ever read some np-hard proof related to divide and conquer? if so,
: please give me a link or sth. thanks.

d******y
发帖数: 1039
7
I mean the nature of this problem,i.e., finding the optimal divide and conquer
scheme is NP-hard. Sorry for comfusing. :)

【在 s***t 的大作中提到】
: There may be some mistake in your comment: NP-completeness is the property
: of the problem itself, and it is not dependent upon what algorithm you are
: using.
: I think you are talking about the complexity of your algorithm. If so, you
: need to look at some algorithm analysis book to gain some ideas.

s***t
发帖数: 113
8
then try keywords like clustering or grouping. Maybe there are some links to
known results.

conquer

【在 d******y 的大作中提到】
: I mean the nature of this problem,i.e., finding the optimal divide and conquer
: scheme is NP-hard. Sorry for comfusing. :)

s*****t
发帖数: 737
9
这个可不好说啊。不过最终还是规约到图论问题去解决。



【在 d******y 的大作中提到】
: 我现在试图证明对某个分布问题找到某种最好的divide and conquer 策略是np hard的。
: 可能考虑哪些个np complete problem?谁有类似的规约经验?thanx.

1 (共1页)
进入CS版参与讨论
相关主题
lp_solve 求救! divide by zero error :-(求教macro (转载)
请教几个算法题, 第一个 我不行了,大虾帮忙
算法题求助一个优化问题求助,谢谢。
paper (SIAM. Comp) asked请教一个聚类的问题
请问哪里有Algorithms & C/C++的面试题chem pH.D --> CS
How to insert text in LaTex急问个优化的问题
VLDB也太扯淡了问个学术问题,optimizaion问题
《物联网入门教程》英文文字版/更新EPUB版本[PDF]问个sorting相关的题 (转载)
相关话题的讨论汇总
话题: conquer话题: divide话题: np话题: some话题: problem