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 */ /*