由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - Re: what is NP-hard problem, esp in Commu?Re: NP-hard problem.
相关主题
linear programming的一些问题Re: chip 里面的transmission line effect
Sergio死的很惨啊,39岁的老AP两个communicaiton的题目,感觉应该不难,谁能帮帮忙?
Algorithm 课程及教材选择疑问请问有什么optimization变量是matrix的?
求paper下载请教关于有限域的初级问题
system engineer or algorithm engineerwhat to do when converting c++ code to ansi C?
Senior ECG Algorithm Engineer available求助: Factorization of Matrix Polynomial
Image Algorithm Development: Senior/Staff Engineer迷茫, EDA公司的CAE 可以换什么工作?
Re: 请教: 人体天线My solution to this NPC problem (1)
相关话题的讨论汇总
话题: np话题: polynomial话题: problem话题: time话题: algorithms
进入EE版参与讨论
1 (共1页)
r********r
发帖数: 11248
1
polynomial time means anything like n^k, where n in the input size of the
problem and k is a CONSTANT. So for example, if algorithms run in
O(n^2), O(n^100), O(n^100000), they are all polynomial time algorithms.
Exponential time, like 2^n is not a polynomial time, and anything bigger
than polynomial time is not practical in reality (actually when k > 3,
polynomail time algorithms isnot very useful already).
P is set of problems (not algorithms) that can be solved (rigous word is
decided) in poly
r********r
发帖数: 11248
2
Currently the biggest problem of computer science is: if N=NP or if N is a
proper subset of NP.
Give you an example which is not a NP problem.
{: program never terminate} and {: this guy will never die}.
Even you know the solution, you cannot vertify (confirm) it in polynomial
time.

【在 r********r 的大作中提到】
: polynomial time means anything like n^k, where n in the input size of the
: problem and k is a CONSTANT. So for example, if algorithms run in
: O(n^2), O(n^100), O(n^100000), they are all polynomial time algorithms.
: Exponential time, like 2^n is not a polynomial time, and anything bigger
: than polynomial time is not practical in reality (actually when k > 3,
: polynomail time algorithms isnot very useful already).
: P is set of problems (not algorithms) that can be solved (rigous word is
: decided) in poly

c****g
发帖数: 7
3
Good Terminologies. let me explain them more clearly..
NP-Problem
A problem is assigned to the NP (nondeterministic Polynomial time) class if it
is solvable in polynomial time by a nondeterministic Turing Machine. (A
nondeterministic Turing Machine is a ``parallel'' Turing Machine which can
take many computational paths simultaneously, with the restriction that the
parallel Turing machines cannot communicate.) A P-Problem (whose solution time
is bounded by a polynomial) is always also NP. If a s

【在 r********r 的大作中提到】
: Currently the biggest problem of computer science is: if N=NP or if N is a
: proper subset of NP.
: Give you an example which is not a NP problem.
: {: program never terminate} and {: this guy will never die}.
: Even you know the solution, you cannot vertify (confirm) it in polynomial
: time.

1 (共1页)
进入EE版参与讨论
相关主题
My solution to this NPC problem (1)system engineer or algorithm engineer
[合集] Another高通的RFIC面试题Senior ECG Algorithm Engineer available
问一个关于exponential function的积分Image Algorithm Development: Senior/Staff Engineer
请教information theory 的问题Re: 请教: 人体天线
linear programming的一些问题Re: chip 里面的transmission line effect
Sergio死的很惨啊,39岁的老AP两个communicaiton的题目,感觉应该不难,谁能帮帮忙?
Algorithm 课程及教材选择疑问请问有什么optimization变量是matrix的?
求paper下载请教关于有限域的初级问题
相关话题的讨论汇总
话题: np话题: polynomial话题: problem话题: time话题: algorithms