Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 258 Bytes

This project is meant to visualize several sorting techniques.

Bubble Sort

Bubble Sort is implemented on the most straight forward way of sorting a list by swapping items around that are in the wrong order. You do that as long as there are swaps to do.