We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dada64 commit dcdcf2dCopy full SHA for dcdcf2d
[Q]basic/basic.md
@@ -1,4 +1,6 @@
1
-# complexity
+# basic
2
+
3
+## complexity
4
5
- **Time Complexity**
6
- **Constant. O(k)**
@@ -39,7 +41,7 @@
39
41
- dynamic array adding element: worst-case time complexity is O(n), amortized time complexity is O(1)
40
42
- because when array is full, resizing takes O(n) time
43
-# **Python**
44
+## **Python**
45
# list
46
```python
47
@@ -1183,7 +1185,7 @@ outer()
1183
1185
1184
1186
```
1187
-# **Java**
1188
+## **Java**
1189
1190
# Array
1191
```Java
0 commit comments