A visual version of the InsertionSort sorting algorithm written in P5JS.
InsertionSort 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.