Fixed capitalization errors (#20498)

Np -> NP
This commit is contained in:
titanfox15
2018-10-29 23:36:35 -06:00
committed by Huyen Nguyen
parent 1ea96db2e8
commit 342ad1428d

View File

@ -1,7 +1,7 @@
---
title: Np Completeness
title: NP Completeness
---
## Np Completeness
## NP Completeness
NP-Complete is a property of certain types of problems. If a problem is NP-Complete, it means that there is no efficient (polynomial) algorithm to find a solution to it quickly. However, if a solution is given to us, we can quickly (in polynomial time) verify that it is correct.