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.
2828
29294 . [ tower_of_hanoi_stack.py] ( https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/tower_of_hanoi_stack.py )
3030 - Tower of Hanoi puzzle
31- - Uses Stack DS from stack.py as Rods
3231 - Display Steps
32+ - Uses Stack DS from stack.py as Rods
3333
34345 . [ factorial.py] ( https://github.com/VarunS2002/Python-Data-Structures-Algorithms/blob/master/factorial.py )
3535 - Factorial of a Positive Integer
@@ -58,3 +58,9 @@ These programs can be imported and used as modules in your programs.
5858 - Selection Sort
5959 - Insertion Sort
6060 - 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