Lukas' Notes

Logspace Complexity Class

Jan 27, 20261 min read

complexity-theory

Definition

Logspace Complexity Class

The logspace complexity class contains all decision problems solvable by a deterministic Turing machine using logarithmic space on the work tape (input tape is read-only).

  • Space usage: O(log∣I∣)

The logspace complexity class is a subset of the polynomial complexity class.


Graph View

Backlinks

  • Complexity Class

Created with Quartz v4.4.0 © 2026

  • GitHub