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