Skip to content

Commit 1e3ea3d

Browse files
dhirajs16sumn2u
authored andcommitted
Update time-complexity.md
1 parent b98b962 commit 1e3ea3d

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
@@ -31,7 +31,7 @@ If the time complexity is **O(n)**:
3131

3232
### **Big O Notation**
3333
Big Oh (Big O) is a mathematical notation used to represent the time complexity of an algorithm.
34-
```
34+
```javascript
3535
let total = 0;
3636
const n = 100;
3737

0 commit comments

Comments
 (0)