Documentation

Complexitylib.Models.RandomAccessMachine.Classes.Defs

Random-access-machine complexity classes: definitions #

This definitions layer places the logarithmic-cost RAM classes over the same Language interface as the Turing-machine classes. It is intentionally independent of either simulation direction.

RAM.DTIME(T) is the class of languages decided by a RAM in logarithmic time O(T(n)).

Equations
Instances For

    RAM.DSPACE(S) is the class of languages decided by a RAM in logarithmic space O(S(n)).

    Equations
    Instances For

      RAM.P is polynomial logarithmic-cost RAM time.

      Equations
      Instances For