0

Possible Duplicate:
NP vs NP-Complete vs NP-Hard — what does it all mean?

Euler circuit problem can be easily solved in polynomial time. Hamilton circuit problem is proved to be NP-hard. Nobody in the world can give a polynomial time algorithm for a NP-hard problem.

What is meant by polynomial time and NP-hard? I know what is O(n).

0

1 Answer 1

4

Polynomial time means that there exist a constant a, such that the complexity of your algorithm is O(n^a).

Here is an explanation about NP-hard.

Sign up to request clarification or add additional context in comments.

2 Comments

it is really difficult to understand NP-hard
For a gentler introduction, see P versus NP Problem

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.