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.