We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 536eda8 + e4cce78 commit b375830Copy full SHA for b375830
[Q]basic/basic.md
@@ -41,7 +41,7 @@
41
- dynamic array adding element: worst-case time complexity is O(n), amortized time complexity is O(1)
42
- because when array is full, resizing takes O(n) time
43
44
-## **Python**
+## python
45
# list
46
```python
47
@@ -1185,7 +1185,7 @@ outer()
1185
1186
```
1187
1188
-## **Java**
+## java
1189
1190
# Array
1191
```Java
0 commit comments