updated readme
parent
e81e2f8409
commit
a6a38a28eb
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
## Arrays
|
## Arrays
|
||||||
1. [Count Inversions](arrays/counting_inversions.py)
|
1. [Count Inversions](arrays/counting_inversions.py)
|
||||||
|
2. [Majority Element](arrays/majority_element.py)
|
||||||
|
3. [Rotate Array](arrays/rotate_array.py)
|
||||||
|
4. [Missing Number](arrays/missing_number.py)
|
||||||
|
|
||||||
## Linked Lists
|
## Linked Lists
|
||||||
1. [Doubly](linked_lists/doubly.py)
|
1. [Doubly](linked_lists/doubly.py)
|
||||||
|
|
Loading…
Reference in New Issue