VisuAlgo
Shared by
nell-182215
·
854d ago
·
12 comments
#hackathon
Project description:
A Coding Platform that let's you Visualize your data structures as you write code
Demo:
https://blissful-bhabha-1a9728.netlify.com/
The demo shows a linkedlist reversal problem where the links of the given linkedlist updates based on the code written in the editor
Team members:
Karthik Kalyanaraman
Git repo:
https://github.com/kakaly/visualgo
No way! Been thinking about similar code-execution visualization ideas for awhile. Super cool to see it being done! Think it has great applications in teaching/education, especially for more visual learners :-)
I would have loved to have something like this when I was studying algorithims!
as a new coder, this seems fun for me... Keep working on it!
Would be helpful for me & others like me because I come from a non- technical background.
great
Yup, it's hard to make such software for advanced data models. But it's definitely a good thing for new-learners.
Here is a big room to improve a way we write software. Nice to see you're working in this space
Nice!
this is great for high school students!
That's actually a big problem I've faced and I love this solution!
Hey, I found the links that I promised yesterday https://old.reddit.com/r/programming/comments/fbm98c/a_javascript_playground_with_visualization/
https://github.com/huytd/js-playground
This is really great!
Especially when improving your code