The Bubble Sort Algorithm Explained Using JavaScript & Numbers

Dequan E. Medina
4 min readDec 11, 2020
Photo by Marc Sendra Martorell on Unsplash

The bubble sorting algorithm is one of the most simplest and easiest ways to to categorize a set of objects, and in this instance numbers. While it may not have much practicality in the real world, it is a great introductory tool for teaching anyone who wants to delve into the realm of algorithms, or just want the easiest method possible to sorting out their baseball collection.

--

--

Dequan E. Medina

Bachelor’s in Computer Science, Web Developer, and writes about his hobbies and passions.