Skip to content

Commit 8232f4d

Browse files
committed
Update README.md for sorting_time_comparison.py
1 parent 72ab1a2 commit 8232f4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ These programs can be imported and used as modules in your programs.
2828

2929
4. [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

3434
5. [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

0 commit comments

Comments
 (0)