From 16df930430c1869f5481264bdfccedfda299ee48 Mon Sep 17 00:00:00 2001 From: uma07 <41672474+uma07@users.noreply.github.com> Date: Fri, 17 Jan 2020 11:14:32 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4c7e687..8034f0f 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,19 @@ Whenever we want to sort it will copy from file to array, sort them and it will # Sorting Algorithms Implemented 1.Bubble sort + 2.Insertion sort + 3.Shell sort + 4.Selection sort + 5.Quick sort + 6.Merge sort + 7.Radix sort + 8.Heap sort # Limitations