这是indexloc提供的服务,不要输入任何密码
Skip to content

rvmiller89/recursion-tree-visualizer

 
 

Repository files navigation

Recursion tree visualizer

Overview

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.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.1%
  • CSS 7.5%
  • JavaScript 2.2%
  • HTML 2.2%