jszhn

Recent Notes

  • A* algorithm

    Oct 29, 2025

    • ALOHA

      Oct 29, 2025

      • ARP

        Oct 29, 2025

        • Accounting

          Oct 29, 2025

          • Activation function

            Oct 29, 2025

            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 © 2025

            • Twitter
            • LinkedIn
            • GitHub