Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. P
    • The general class of questions for which some algorithm can provide an answer in polynomial time is called "class P" or just "P".
    • P usually means Deterministic Problem which can say True of False in a polynomial time.
    • P is also known as consists of certain set of Decision Problems like Checklist.
  2. NP
    • The class of questions for which an answer can be verified in polynomial time is called NP, which stands for "Non-deterministic Polynomial time".


Software Algorithms

Many computer science problems are contained in NP, like decision versions of many search and optimization problems.

Children Display
sortcreation