0
Its basically how long the algorithm takes to run based on how much input you give it. Itâs used to compare algorithms based on their efficiency.
To understand better:
https://www.hackerearth.com/practice/basic-programming/complexity-analysis/time-and-space-complexity/tutorial/