Skip to content

Commit dcdcf2d

Browse files
committed
update
1 parent 1dada64 commit dcdcf2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

[Q]basic/basic.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# complexity
1+
# basic
2+
3+
## complexity
24

35
- **Time Complexity**
46
- **Constant. O(k)**
@@ -39,7 +41,7 @@
3941
- dynamic array adding element: worst-case time complexity is O(n), amortized time complexity is O(1)
4042
- because when array is full, resizing takes O(n) time
4143

42-
# **Python**
44+
## **Python**
4345
# list
4446
```python
4547
# list
@@ -1183,7 +1185,7 @@ outer()
11831185

11841186
```
11851187

1186-
# **Java**
1188+
## **Java**
11871189

11881190
# Array
11891191
```Java

0 commit comments

Comments
 (0)