Skip to content

Commit bda470a

Browse files
Update README.md
1 parent 4b6aa98 commit bda470a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Ever wondered what the recursive structure of your Leetcode algorithm looks like
99
Then you are in luck! This project allows you to see recursion in your code.
1010
Whoa! What does that mean? Basically, write a single recursive function, and this app will show you step by step how your algorithm reached it's solution. And at each stage of the recursion, you're able to navigate the call graph and see the return output value at each stage. How does that sound?
1111

12-
## Try it now!
13-
Visit https://recursion-visualizer.web.app to try RIGHT NOW!
14-
1512
## Build it locally
1613
Ok, so what you need is Node.js v12.18.3, Python 3.8.5, and a lot of patience. Wait, no, I meant you need Flask. So, just install everything in requirements.txt in the remoteCodeRunner, run npm install in the react-frontend directory, start the Flask server, and you should be good! (also, you need to adjust your localhost flask URL inside the react directory.)
1714

0 commit comments

Comments
 (0)