Skip to content

Commit 69efaf8

Browse files
committed
Update README.md for sorting.py
1 parent 8a56be0 commit 69efaf8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ These programs can be imported and used as modules in your programs.
5050
8. [pascal_triangle.py](https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/pascal_triangle.py)
5151
- Pascal's Triangle
5252
- Uses permutations_combinations.py for calculating nCr
53+
54+
9. [sorting.py](https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/sorting.py)
55+
- Sorting List of Floats and/or Integers
56+
- Quick Sort
57+
- Merge Sort
58+
- Selection Sort
59+
- Insertion Sort
60+
- Bubble Sort

0 commit comments

Comments
 (0)