Sort The Rainbow With An Algorithm Machine

When you’re trying to learn how an algorithm works, it’s not always easy to visualize what’s going on. Well, except for maybe binary sort, thanks to the phone book. Professor [thatguyer] is a computer science teacher who wanted a way to help his students visualize the process of algorithms and at the same time, get a grasp on their resource cost.

The Algorithm Machine can demonstrate 8 different search and sort algorithms using two 100-count strips of RGB LEDs — one to represent an array of integers, and one to create indicators pointing to the integers under scrutiny.

This functional beauty is totally interactive, too. Once the user chooses the values and the algorithm and starts the process, they can speed it up or slow it down with the rotary encoder, or pause to discuss and start again with that slick triangular play button. We particularly like the control button wiring harness [thatguyer] created to keep everything neat and hot-swappable.

This iteration uses 3D printed face plates to give the LEDs shape, but in an early version, [thatguyer] cut and sanded a ton of circles out of brass tubing, and folded as many triangles cut from disposable baking pans. The world could use more teachers as committed as [thatguyer]. This really seems like a handy teaching aid for these concepts, and we wish we’d had one in class to play around with. Here’s your algorithm for watching the demo: click break, press play, enjoy.

If you’re still confused, there are other ways to understand algorithms through visualization. Failing all that, just watch these Hungarian folk dancers work out various algo-rhythms.

12 thoughts on “Sort The Rainbow With An Algorithm Machine

  1. As someone born without visual memory or imagination (no mental pictures at all…) I have always struggled with the concept of visualization. I diagram algorithms and data structures and mechanical things (like most people but perhaps moreso) but for me the key is that the diagrams are a middle step; I use them to translate things stated with a visual metaphor into a conceptual understanding that doesn’t rely on any visual reasoning as only then do I usefully understand. (otherwise, I may be able to reason about it with scrap paper but take the paper away and I’ve lost my understanding).

    As such, sometimes a visual step like this is a big help, but sometimes it is counterproductive in that it enforces a visual metaphor in favor of a conceptual one. I remember when I was a kid and first got that the head and tail counters in an array being used as a FIFO behaved much like any other modular arithmetic system and it was no longer necessary to try (and fail) to visualize them.

    Finding conceptual models that do not rely on visual reasoning for some things (like graph theoretical algorithms) is very hard. For other things (simulated annealing and genetic algorithms for example) are much easier to handle conceptually even for visual thinkers when you start talking about spaces with 11+ orthogonal dimensions. For that reason it’s not just freaks like me who need these non-visual models!

    1. I have a similar issue with colors; not color blind but my imagination is. But I guess if it helps 90 percent understand what’s written in the text book a little better and the rest of us can still learn the way everyone would have to if not for the visual tool then it’s still worth it.

Leave a Reply to ROBCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.