Wednesday, September 13, 2017

Day 9

We looked at deterministic and nondeterministic space complexity and showed the basic relationships:

DTIME(f(n)) ⊆ NTIME(f(n)) ⊆ DSPACE(f(n)) ⊆ NSPACE(f(n)) ⊆ ∪c DTIME(cf(n))

We also proved Savitch's theorem that NSPACE(s(n)) is contained in DSPACE(s2(n)).

Links: