Gael Gil

Logo

BS in Applied Math Major & Computer Science Minor from San Jose State University

View My LinkedIn Profile
View My GitHub Profile

View My GitHub Profile

Algorithm Visualiser

Project description: I came across a video on youtube that visualized all kinds of sorting algorithms. Here is the video. I thought it was really cool so I wanted to make my own.

I followed this tutorial. linked here to create a react app that would allow me to visualize the sorting algorithms. I really don’t like frontend so I did not like creating the animations but having the tutorial was really helpful to understand react. Once I had react set up is was now time to implement the algorithms. I had implemented sorting algorithms from scratch in python before so this was pretty straight forward.

I previously deployed the project using Heroku, making it easily accessible to everyone but they removed their free tier so its no longer up. I have included the link to the github project where you can get the code and implement algorithms on your own :) . Additionally I also have a github project where I implement all sorts of algorithms as well as data structures from scratch.

link to algorithm vizualiser link to data structures and algorithms repo