recursive-visualizations icon indicating copy to clipboard operation
recursive-visualizations copied to clipboard

An online tool to visualize recursive JS functions step-by-step as a tree.

recursive-visualizations

A way to visualize the call graph of recursive functions.

Uses Pyodide to run rcviz.py and then a WASM PyDot/GraphViz port to build an SVG graph. Finally, some JavaScript adds a slider for stepping through the calls.

To run locally:

python3 -m http.server

To run Python tests:

pytest