recursion-viewer
recursion-viewer copied to clipboard
Website and VS Code extension for visualizing recursive functions. Helps to debug and understand how your recursive algorithm works
Recursion Viewer
Monorepo containing website and VS Code extension for visualizing recursive function calls

How to build and run projects
This project is built using NX for managing monorepo
- To build some of project packages use (replace project_name with common, website or extension):
nx run project_name:build
- You can also start dev server for website with:
nx run website:serve
To run extension there is a launch configuration for VS Code