+**Algorithm analysis** is the study of an [Algorithm](/wiki/algorithm)'s performance and resource usage, often without running it. It quantifies how efficiently a given algorithm processes inputs, primarily focusing on its [Time Complexity](/wiki/time_complexity) and [Space Complexity](/wiki/space_complexity) to predict scalability.
+## See also
+- [Data Structure](/wiki/data_structure)
+- [Computational Complexity](/wiki/computational_complexity)
+- [Big O Notation](/wiki/big_o_notation)
... 1 more lines