Skip to content

Website and VS Code extension for visualizing recursive functions. Helps to debug and understand how your recursive algorithm works

License

Notifications You must be signed in to change notification settings

dmytrobaida/recursion-viewer

Repository files navigation

Recursion Viewer

Recursion Viewer Website

Monorepo containing website and VS Code extension for visualizing recursive function calls

Fibonacci function visualization

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

About

Website and VS Code extension for visualizing recursive functions. Helps to debug and understand how your recursive algorithm works

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published