Skip to content

yashkurzekar/recurssion-tree-visulizer

Repository files navigation

Recursion Tree Visualizer

Overview

Built with

How to use

In the root directory, run:

# Install all dependencies
> yarn install

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

Check live here

https://recurssion-tree-visulizer.vercel.app/

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: