recursion-visualizer

About

Recursion visualizer is a tool to help developers brush up on recursion. With the user's inputted recursion function, the application will generate a visual of the recursive calls in a tree format. Current Application works for fibonacci and factorial.

Built With

React

Node/Express

Treant.js

Espree

Current Problems

Goal Stretch Features