SU-CS154 Week 4
Last edited: August 8, 2025Streaming Algorithms, Communication Complexity
turing machine
get hyped: turing machine
SU-CS154 Week 5
Last edited: August 8, 2025SU-CS154 Week 6
Last edited: August 8, 2025Rice’s Theorem, Oracle Reduction, Self-Reference and the Recursion Theorem
SU-CS154 Week 7
Last edited: August 8, 2025SU-CS154 Week 8
Last edited: August 8, 2025NP-Complete, Cook-Levin Theorem, and coNP
owo a chart!

Properties of NP Completeness
for \(NP\) complete \(A\), \(B\), is \(A\ \text{op}\ B\) np complete?
| ^ | V | R | neg | . | * |
|---|---|---|---|---|---|
| n | n | y | ? | n | n |
Properties of P and NP
for \(P\) or \(NP\) \(A\), \(B\), is \(A\ \text{op}\ B\) np complete?
| Time | ^ | V | R | neg | . | * |
|---|---|---|---|---|---|---|
| P | y | y | y | y | y | y |
| NP | y | y | y | ? | y | y |
