A visual version of the BubbleSort sorting algorithm, written in P5JS.
BubbleSort is a sorting algorithm. It lets you sort all kinds of things, like the randmomly generated bars in the image above.
I also made a project that supports these three sorting algorithms all in one project:
You can find it here.