跳到主要内容

1 篇文档带有标签「space-complexity」

查看所有标签

Space complexity

Space complexity is a metric that evaluates the total memory space required by an algorithm in terms of the size of its input data. It is analogous to time complexity but focuses on memory usage instead of execution time.