228k views
3 votes
P versus NP? if you can solve this problem without cheating you deserve to have the 98*points.

P versus NP? if you can solve this problem without cheating you deserve to have the-example-1

2 Answers

6 votes

Answer:

P stands for polynomial time.

NP stands for non-deterministic

and theres really nothing to count :(

~batmans wife dun dun dun....

User Paulyphonic
by
5.8k points
2 votes

Answer:

if your asking what it means it means...

Explanation:

P stands for polynomial time. NP stands for non-deterministic polynomial time. Definitions: Polynomial time means that the complexity of the algorithm is O(n^k), where n is the size of your data (e. g. number of elements in a list to be sorted), and k is a constant.

User Ben Everard
by
5.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.