🕛
Saturday / Mar 15th, 20253/15/2025

#114 — Bubble Sort Visualization

Languages

Processing

Yes, sorting numbers can be fun! In this challenge I attempt to implement the "bubble sort" algorithm in Processing (Java) and visualize the process itself with animated lines.

  • Editing

    by Mathieu Blanchette

  • Animations

    by Jason Heglund

Passenger Showcase

The Showcase is collection of projects created by viewers like you!

Have you made something? Please share your work!

Try a challenge!

Suggested by the video you're watching

"Quicksort Visualization" challenge

Let's try implementing a famously faster sorting algorithm: the Quicksort! And visualize the process with p5.js!

"Pixel Sorting in Processing" challenge

In this coding challenge, I implement “Pixel Sorting” in Processing (Java). Using a “selection sort” algorithm, I sort the pixels of an image by brightness and hue.