From 993557856d04b03125f2a3f9632bae24a56974ca Mon Sep 17 00:00:00 2001 From: Avinash18046 <91779956+Avinash18046@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:07:54 +0530 Subject: [PATCH 1/2] created a README.md file also add some contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0b6a11..04f41be 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,5 @@ - 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 From 5f25adc1d2fbd84f6696e1bce290de625f028723 Mon Sep 17 00:00:00 2001 From: Avinash18046 <91779956+Avinash18046@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:12:23 +0530 Subject: [PATCH 2/2] Update README.md add merge sort and selection sort in content --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04f41be..f793b97 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ - 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