https://github.com/vitkarpov/call-stack-explorer
Explore Your Call Stack 🥞
https://github.com/vitkarpov/call-stack-explorer
Last synced: 22 days ago
JSON representation
Explore Your Call Stack 🥞
- Host: GitHub
- URL: https://github.com/vitkarpov/call-stack-explorer
- Owner: vitkarpov
- Created: 2019-12-17T11:39:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:11:19.000Z (over 2 years ago)
- Last Synced: 2025-02-13T17:52:34.618Z (3 months ago)
- Language: TypeScript
- Size: 4.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explore Your Call Stack 🥞
`CallStackExplorer` (CSE) is a tool which helps to understand how recursion works

## Features
- ✅arbitrary function body
- arbitrary arguments list (**there's only one argument supported so far**)
- cache hit
- SVG tree zoom in/out
- show a path for each node on hover> This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).