Skip to content

Commit

Permalink
[feature] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gitgik committed Feb 25, 2021
1 parent c936e74 commit a148803
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ A catalogue of data structures implementation + algorithms and coding problems a

## Sorting

- [Bubble sort](sorting/bubble_sort.py)
- [Insertion sort](sorting/insertion_sort.py)
- [Merge sort](sorting/mergesort.ipynb)
- [Quick sort](sorting/quicksort.ipynb)
- [Selection sort](sorting/selection_sort.py)
- [Sort using a min-heap and k positions](sorting/sort_k.ipynb)
- [Bubble sort](sorting/bubble_sort.md)
- [Insertion sort](sorting/insertion_sort.md)
- [Merge sort](sorting/mergesort.md)
- [Quick sort](sorting/quicksort.md)
- [Selection sort](sorting/selection_sort.md)
- [Sort using a min-heap and k positions](sorting/sort_k.md)

## Stacks

Expand Down

0 comments on commit a148803

Please sign in to comment.