soygul / recursion-tree-visualizer

🌳 Input the javascript code of any recursive function and visualize your recursion tree

Home Page:https://recursion.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursion Tree Visualizer

πŸ₯‡ One of the winners of the AlgoExpert SWE Project Contest πŸ₯‡

Overview

Stop drawing recursion trees by hand. View the demo video. Check out the live project.

Built with

How to use

In the root directory, run:

# Install all dependencies
> yarn install

# Run the app on http://localhost:3000
> yarn start

Acknowledgements

To positionate each node of the tree on 2D plane in an aesthetically pleasing way, I implemented the Reingold-Tilford's algorithm. Thanks to:

Contact

About

🌳 Input the javascript code of any recursive function and visualize your recursion tree

https://recursion.now.sh

License:MIT License


Languages

Language:TypeScript 88.2%Language:CSS 7.5%Language:JavaScript 2.2%Language:HTML 2.2%