From ddaee14ef3fdc913a4d3b29250d215eb76294eba Mon Sep 17 00:00:00 2001 From: Soham Goswami Date: Sun, 28 Jan 2024 15:31:00 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3dcb2..0f911b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sorting Visualizer -In programming language's array sorting, there are three types of sorting algorithms Bubble sort, Selection sort and Merge sort. In this sorting visualizer you can get an visual idea of how the sorting algorithms works.. +In programming, there are some basic types of sorting algorithms. In this project three types of sorting algorithms are coverd. They are Bubble sort, Selection sort and Merge sort. You can get a visual idea of how the sorting algorithm works.. ![Screenshot (12)](https://github.com/sohamgoswami07/sorting-visualizer/assets/65434681/74f65c02-0a5d-49d7-ab4b-c64a5759de1e)