One of the best ways to truly understand an algorithm is not just to read it—but to see it and interact with it. So I built a tool around that idea. 👉 https://lnkd.in/dHzW7tjW You can: - write Python code - attach visuals directly to it - step through execution and watch the state evolve For example, you can visualize a balanced binary search tree—one of those structures that looks simple on paper but is tricky to truly internalize—and watch how it balances itself step by step. But more importantly, you're not just watching. You can make the visualization interactive: click nodes, manipulate the structure, and even try to balance the tree yourself—so you don't just see what the algorithm does, but start to feel why it works. I've been exploring several algorithms with it — including the A* attached video. 🙏 If you'd like to try it, I'd love feedback: - bugs or rough edges - feature ideas - examples you'd want to build You can reach out here or through the app directly. Built with Claude Code. #algorithms #python #webdev #buildinpublic

To view or add a comment, sign in

Explore content categories