# HG changeset patch # User HackBot # Date 1472317861 0 # Node ID aa3200667614bced40f52f58a243908cd44cea11 # Parent 75917932123f91d2b7f10e15b67d1069cd5cd0a5 learn NP-complete is the subset of NP to which all problems in P can be reduced, thus completely solving them. diff -r 75917932123f -r aa3200667614 wisdom/np-complete --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/np-complete Sat Aug 27 17:11:01 2016 +0000 @@ -0,0 +1,1 @@ +NP-complete is the subset of NP to which all problems in P can be reduced, thus completely solving them.