Skip to content

Commit

Permalink
Fixed capitalization errors (freeCodeCamp#20498)
Browse files Browse the repository at this point in the history
Np -> NP
  • Loading branch information
spookyfox15 authored and huyenltnguyen committed Oct 30, 2018
1 parent 1ea96db commit 342ad14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/english/computer-science/np-completeness/index.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 342ad14

Please sign in to comment.