Why doesn't the traveling salesman need viagra?

Oct 4, 2004
10,515
6
81
I had to look it up:

NP-hard (nondeterministic polynomial-time hard), in computational complexity theory, is a class of problems informally "at least as hard as the hardest problems in NP." A problem H is NP-hard if and only if there is an NP-complete problem L that is polynomial time Turing-reducible to H, i.e. \scriptstyle L\, \leq\,_T H. In other words, L can be solved in polynomial time by an oracle machine with an oracle for H. Informally we can think of an algorithm that can call such an oracle machine as subroutine for solving H, and solves L in polynomial time if the subroutine call takes only one step to compute. NP-hard problems may be of any type: decision problems, search problems, optimization problems.

Too much brains required. I shall stick to lolcats and farting dogs.
 

JohnCU

Banned
Dec 9, 2000
16,528
4
0
Originally posted by: theprodigalrebel
I had to look it up:

NP-hard (nondeterministic polynomial-time hard), in computational complexity theory, is a class of problems informally "at least as hard as the hardest problems in NP." A problem H is NP-hard if and only if there is an NP-complete problem L that is polynomial time Turing-reducible to H, i.e. \scriptstyle L\, \leq\,_T H. In other words, L can be solved in polynomial time by an oracle machine with an oracle for H. Informally we can think of an algorithm that can call such an oracle machine as subroutine for solving H, and solves L in polynomial time if the subroutine call takes only one step to compute. NP-hard problems may be of any type: decision problems, search problems, optimization problems.

Too much brains required. I shall stick to lolcats and farting dogs.

Oh my god, I should have remembered that. That was in the last class I took in Comp E before i switched to EE.
 

Reel

Diamond Member
Jul 14, 2001
4,484
0
76
Originally posted by: mugs
Haha... you have to have stolen that from xkcd...

It isn't from there. I think he respects the math too much to make that kind of silly joke.