S

Sorting Visualizer

This project sorting visualizer is a very simple UI which allows the users to select the sort algorithm, select the array size, and speed of the visualization.

The problem Sorting Visualizer solves

Created a web application using HTML, CSS, Javascript to visualize how various sorting algorithms work.
Creating the website's User Interface (UI) using HTML, CSS.
Implementation of animations, effects and core functionalities (sorting algorithms) using JavaScript.
Publish to GitHub and host your project live using Netlify.

Challenges I ran into

Site responsiveness-As a beginner the first challenge was to bring site responsiveness was a challenge as I have to learn CSS from scratch.
Writing sort algorithms in JS-The second challenge I faced writing sort algorithms in JS. As I am a C/C++ Coder I used to write codes and algorithms in these two languages only so I took more time to implement the all the sorting algorithms.

Technologies used

Discussion