Seonghyeon Kim

Recursive - Visualize, Algorithms, Python, JavaScript, TypeScript

byβ€’
What it does: - Paste a Python or JS/TS code or function and parameters are auto-detected - Step through execution line by line with variable tracking - Arrays are displayed as a grid with change highlighting - Recursive functions are visualized as a call tree - Embed the visualization in your blog or Notion

Add a comment

Replies

Best
Seonghyeon Kim
Maker
πŸ“Œ
Hey everyone! πŸ‘‹ I'm the creator of Recursive β€” a free tool that lets you paste your code and watch it execute step by step. Why I built this: I was studying algorithms and kept running into the same problem β€” I couldn't see what was actually happening inside my code. Print statements weren't enough, and debuggers felt too heavy for quick learning. So I built something where you just paste your code, hit run, and see everything visually.