Question:

the meaning of I.NP.I

by Guest5458  |  12 years, 10 month(s) ago

0 LIKES UnLike

the meaning of I.NP.I

 Tags: I.NP.I, Meaning

   Report

1 ANSWERS

  1. amomipais82
    Hi,
    In computational complexity theory, the complexity class NP-complete (abbreviated NP-C or NPC, with NP standing for nondeterministic polynomial time), is a class of problems having two properties

        * Any given solution to the problem can be verified quickly (in polynomial time); the set of problems with this property is called NP.
        * If the problem can be solved quickly (in polynomial time), then so can every problem in NP.

    Although any given solution to such a problem can be verified quickly, there is no known efficient way to locate a solution in the first place; indeed, the most notable characteristic of NP-complete problems is that no fast solution to them is known. That is, the time required to solve the problem using any currently known algorithm increases very quickly as the size of the problem grows. As a result, the time required to solve even moderately large versions of many of these problems easily reaches into the billions or trillions of years, using any amount of computing power available today. As a consequence, determining whether or not it is possible to solve these problems quickly is one of the principal unsolved problems in computer science today.

Sign In or Sign Up now to answser this question!
You're reading: the meaning of I.NP.I

Question Stats

Latest activity: 14 years, 6 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.