Skip to content

Commit b375830

Browse files
authored
Merge pull request #83 from tiationg-kho/update
update
2 parents 536eda8 + e4cce78 commit b375830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[Q]basic/basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
- dynamic array adding element: worst-case time complexity is O(n), amortized time complexity is O(1)
4242
- because when array is full, resizing takes O(n) time
4343

44-
## **Python**
44+
## python
4545
# list
4646
```python
4747
# list
@@ -1185,7 +1185,7 @@ outer()
11851185

11861186
```
11871187

1188-
## **Java**
1188+
## java
11891189

11901190
# Array
11911191
```Java

0 commit comments

Comments
 (0)