When we study recursive functions, we all wish we could visualise and watch them run step-by-step and then rewind and rerun the code. In this way we can gain better insights on how recursive functions works and when it stops. This will also help teachers explain the basics of recursion in a better manner.
- Clone the repository
https://github.com/sayak119/Recurse-and-C
. - Run
npm install
. - Run
npm start
.
- Visit
localhost:4200
when the webpack gets compiled successfully. - Register your account.
- After completing registration, go to Login.
- After successfully logging in, you will see a coding section and graph rendering section.
- Code and visualise recursions.
- Play, pause, rewind or move forward step-by-step.
- You can also save and load a code snippet.
Icons made by Becris from www.flaticon.com is licensed by Creative Commons BY 3.0