/recursion-tree-visualizer

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

Primary LanguageTypeScriptMIT LicenseMIT

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