From 342ad1428dbd069752cc5bb7a212bd1554ac9949 Mon Sep 17 00:00:00 2001 From: titanfox15 Date: Mon, 29 Oct 2018 23:36:35 -0600 Subject: [PATCH] Fixed capitalization errors (#20498) Np -> NP --- guide/english/computer-science/np-completeness/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/computer-science/np-completeness/index.md b/guide/english/computer-science/np-completeness/index.md index 6011d5a6d3..9aac4e6c8e 100644 --- a/guide/english/computer-science/np-completeness/index.md +++ b/guide/english/computer-science/np-completeness/index.md @@ -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.