jszhn

Recent Notes

  • ALOHA

    Feb 01, 2026

    • ARP

      Feb 01, 2026

      • American literature

        Feb 01, 2026

        • Assert

          Feb 01, 2026

          • Atomics

            Feb 01, 2026

            Home

            ❯

            Space complexity

            Space complexity

            Dec 17, 20241 min read

            Space complexity is a measure of how much memory is used by an algorithm to solve a computational problem. Like time complexity, it is expressed as a function of the input space n in asymptotic notation (big-O, theta, omega).

            For ECE345 — Algorithms and Data Structures, we don’t need to worry about stack frames.

            See also

            • Space-saving trick for dynamic programming problems

            Graph View

            Backlinks

            • Algorithm
            • Algorithmic analysis
            • Binary search tree
            • Breadth-first search
            • Counting sort
            • Depth-first search
            • Dynamic programming
            • Hash table
            • Heapsort
            • Local search
            • Software engineering
            • ECE345 — Algorithms and Data Structures

            Created with Quartz v4.5.2 © 2026

            • Twitter
            • LinkedIn
            • GitHub