Skip to content

This website can create a recursion tree of any java code. And not just a recursion tree it can also help one visualize how function calling works in java code.

Notifications You must be signed in to change notification settings

lovekesh9896/dry-runner

Repository files navigation

This project is under devlopment. If you are here to contribute first you are more than welcome. Just open an issue and start the chat.

Refrence Video

Please see this video to understand the project first. Video Link

Dry Runner Project

Dry runner Home page

This website can create a recursion tree of any java code. And not just a recursion tree it can also help one visualize how function calling works in java code.

How to Install

  • Clone the project on your file system.
  • You will need node.js and jdk installed on your device.
  • To install node click here
  • To install jdk click here
  • Once everything is installed open project directory in terminal.
  • In terminal enter npm i
  • Sometime nodemon doesn't work in local install so install nodemon globaly by npm i nodemon -g. If you already have nodemon installed skip it.
  • Then enter npm start to start the project.

About

This website can create a recursion tree of any java code. And not just a recursion tree it can also help one visualize how function calling works in java code.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages