From bf3d37a974485158d2bc9e1e9279cb8fc12c62c4 Mon Sep 17 00:00:00 2001 From: marsonya Date: Sun, 24 Jan 2021 23:29:50 +0530 Subject: [PATCH] Added animated visual link | Bubble Sort --- Sorts/BubbleSort.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Sorts/BubbleSort.js b/Sorts/BubbleSort.js index 9f2fecac1..e7b8572c9 100644 --- a/Sorts/BubbleSort.js +++ b/Sorts/BubbleSort.js @@ -9,6 +9,7 @@ * it is greater than itself, if so we swap them. * * Wikipedia: https://en.wikipedia.org/wiki/Bubble_sort +* Animated Visual: https://www.toptal.com/developers/sorting-algorithms/bubble-sort */ /*