An open API service indexing awesome lists of open source software.

https://github.com/pamelafox/recursive-visualizations

An online tool to visualize recursive JS functions step-by-step as a tree.
https://github.com/pamelafox/recursive-visualizations

graph hacktoberfest pyodide python recursion visualization

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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```