https://github.com/pradhvan/stacksquancher
Python libraray that visulizes stacks in recursive code.
https://github.com/pradhvan/stacksquancher
python python-rich recursion
Last synced: about 1 year ago
JSON representation
Python libraray that visulizes stacks in recursive code.
- Host: GitHub
- URL: https://github.com/pradhvan/stacksquancher
- Owner: Pradhvan
- License: apache-2.0
- Created: 2023-04-05T11:28:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T11:35:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T03:50:00.124Z (about 1 year ago)
- Topics: python, python-rich, recursion
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stacksquancher
Python libraray that visulizes stacks in recursive code.
### Credit
* Let's give credit where it's due. The orginal idea is taken from [recviz](https://github.com/arpitbbhayani/recviz)