Skip to content

Commit 4b6aa98

Browse files
authoredMar 4, 2021
Update README.md
1 parent 4afd3ca commit 4b6aa98

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# This project is no longer being maintained!
2+
3+
As Server hosting fees started racking up due to many many infinite recurisive loops being submitted to what is more or less a hackathon project,
4+
I decided it was better to just pull the plug. Sorry :(
5+
16
# Recursion Visualizer
27

38
Ever wondered what the recursive structure of your Leetcode algorithm looks like?
@@ -11,4 +16,4 @@ Visit https://recursion-visualizer.web.app to try RIGHT NOW!
1116
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.)
1217

1318
## DEMO
14-
Visit: https://www.youtube.com/watch?v=Zb0EJkHHxgo
19+
Visit: https://www.youtube.com/watch?v=Zb0EJkHHxgo

0 commit comments

Comments
 (0)
Please sign in to comment.