Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 329 Bytes

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