Skip to content

Commit de9afec

Browse files
dhirajs16sumn2u
authored andcommitted
Update time-complexity.md
1 parent cf582f2 commit de9afec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/complexity/time-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
chapter: 8
33
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.
55
---
66

77
# Time Complexity

0 commit comments

Comments
 (0)