inner product

This commit is contained in:
Aly 2025-09-12 09:37:24 -06:00
parent c0c42524de
commit 9416dd6214
10 changed files with 28 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# NP Complete
- a problem that all other [[np|NP]] problems can be reduced to
- if you can solve the decision version in P-time, you can solve all decision problems in [[np|NP]] in P-time
- a problem that all other [[np]] problems can be reduced to
- if you can solve the decision version in P-time, you can solve all decision problems in [[np]] in P-time