🥇 One of the winners of the AlgoExpert SWE Project Contest 🥇
Stop drawing recursion trees by hand. View the demo video. Check out the live project.
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: