From 5912d0b89f6b355549424ac0ea281176585aebfe Mon Sep 17 00:00:00 2001 From: Abhay shukla <33155803+rudra-shukla@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:24:45 +0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 589faff..6df5a77 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # bubble-sort-algorithm A bubble sort algorithm with mocha and chai testing +Bubble sort, also referred to as comparison sort, is a simple sorting algorithm that repeatedly goes through the list, compares adjacent elements and swaps them if they are in the wrong order.