diff --git a/README.md b/README.md index c0b6a11..f793b97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ - Bubble Sort - Insertion Sort - Heap Sort + - merge sort + - selection sort - Maximum of two numbers in Python - Python Program for simple interest - Python Program for factorial of a number + - working of the sort() list in python