Coding Journal

My journey to become a Full Stack Developer

cover image

Bubble Sort Algorithm

June 2, 2020, 8:34 p.m.

What is the bubble sort algorithm?

The Bubble Sort Algorithm is one of the ways to sort an array in order. 
It is a very inefficient method, but as …

Read More