From ea7ae2ce3caa199e26050e788998f3f3007a9484 Mon Sep 17 00:00:00 2001 From: swathihb <72989567+swathihb@users.noreply.github.com> Date: Fri, 1 Oct 2021 23:06:14 +0530 Subject: [PATCH 1/2] Created a README.md file Also added my contents --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48572c5..ef7c156 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -### This repo contains sorting program in Python. -#### List of programs available here : +# This repo contains sorting programs in Python. +# List of programs available here : - Bubble Sort - Insertion Sort - Heap Sort From 3e8469ebbcef11633d204a640968ea719cf25b76 Mon Sep 17 00:00:00 2001 From: swathihb <72989567+swathihb@users.noreply.github.com> Date: Fri, 1 Oct 2021 23:11:35 +0530 Subject: [PATCH 2/2] Update README.md Added Heap sort in the contents --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef7c156..bca73fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # This repo contains sorting programs in Python. # List of programs available here : - - Bubble Sort - - Insertion Sort - - Heap Sort + - Bubble Sort. + - Insertion Sort. + - Heap Sort.