AlgoViz helps developers and students understand how code actually executes. Step through recursion, loops, variables, and call stack changes in real time with an interactive visual interface built for debugging, learning, and exploring algorithms.
Hey everyone 👋
I built AlgoViz to make understanding code execution and algorithms more visual and interactive.
One thing I always struggled with while learning DSA was understanding what was actually happening during recursion, stack changes, loops, and function calls. Most tools I found either felt too static or outdated, so I started building something that felt smoother and easier to follow.
AlgoViz currently supports step-by-step execution visualization for JavaScript and C++, along with recursion tracing, variable tracking, and call stack visualization.
I also spent a lot of time polishing the UI and animations because I wanted the experience to feel modern and enjoyable to use.
Would genuinely love feedback, suggestions, or ideas for features to add next :)
Report
No reviews yetBe the first to leave a review for AlgoViz