File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ These programs can be imported and used as modules in your programs.
28
28
29
29
4 . [ tower_of_hanoi_stack.py] ( https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/tower_of_hanoi_stack.py )
30
30
- Tower of Hanoi puzzle
31
- - Uses Stack DS from stack.py as Rods
32
31
- Display Steps
32
+ - Uses Stack DS from stack.py as Rods
33
33
34
34
5 . [ factorial.py] ( https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/factorial.py )
35
35
- Factorial of a Positive Integer
@@ -58,3 +58,9 @@ These programs can be imported and used as modules in your programs.
58
58
- Selection Sort
59
59
- Insertion Sort
60
60
- Bubble Sort
61
+
62
+ 10 . [ sorting_time_comparison.py] ( https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/sorting_time_comparison.py )
63
+ - Compare Time Complexity of Sorting Algorithms
64
+ - Show Scores
65
+ - Plot a Graph
66
+ - Uses sorting.py for sorting algorithms
You can’t perform that action at this time.
0 commit comments