Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions [Q]basic/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- dynamic array adding element: worst-case time complexity is O(n), amortized time complexity is O(1)
- because when array is full, resizing takes O(n) time

## **Python**
## python
# list
```python
# list
Expand Down Expand Up @@ -1185,7 +1185,7 @@ outer()

```

## **Java**
## java

# Array
```Java
Expand Down