We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a56be0 commit 69efaf8Copy full SHA for 69efaf8
README.md
@@ -50,3 +50,11 @@ These programs can be imported and used as modules in your programs.
50
8. [pascal_triangle.py](https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/pascal_triangle.py)
51
- Pascal's Triangle
52
- 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