add some cryptography stuff
This commit is contained in:
parent
3bc9811e25
commit
c0c42524de
7 changed files with 30 additions and 0 deletions
5
probabilistic-polynomial-time.md
Normal file
5
probabilistic-polynomial-time.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Probabilistic Polynomial Time
|
||||
|
||||
- for a given problem, a PPT algorithm for the problem runs in P-time, with a high (likely non-one) probability of giving the correct answer
|
||||
- takes randomness as an input
|
||||
- impossible to guarantee the real solution without running the algorithm on all possible randomness (NP)
|
Loading…
Add table
Add a link
Reference in a new issue