From 753e27c4fab4ddc4f2e0d5253895c21405dcdcb5 Mon Sep 17 00:00:00 2001 From: Sandeep Yadav <72213528+S-andeep-Yadav@users.noreply.github.com> Date: Sat, 2 Oct 2021 01:12:14 +0530 Subject: [PATCH] sorting Your program are god --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48572c5..2350939 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### This repo contains sorting program in Python. #### List of programs available here : - - Bubble Sort + - Bubble Sort:is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order. - Insertion Sort - Heap Sort