Stop drawing recursion trees by hand.
This project was my submission to AlgoExpert SWE Project Contest (Summer-Fall 2020). You can view it live here.
In the root directory, run:
# Install all dependencies
> yarn install
# Run the app on http://localhost:3000
> yarn start
To positionate each node of the tree on 2D plane in an aesthetically pleasing way, I implemented the Reingold-Tilford's algorithm. Thanks to: