You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/complexity/time-complexity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
chapter: 8
3
3
pageNumber: 54
4
-
description:
4
+
description: Time complexity measures the efficiency of an algorithm by counting the number of steps it takes relative to the input size, rather than the actual running time, which can vary due to external factors. Big O notation is used to represent this complexity, helping to evaluate how an algorithm’s performance.
0 commit comments