Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sankalp5 committed May 17, 2021
1 parent e81e2f8 commit a6a38a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions algorithms/Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Arrays
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
1. [Doubly](linked_lists/doubly.py)
Expand Down

0 comments on commit a6a38a2

Please sign in to comment.