Skip to content

1ofx9/algo-visualizer

Repository files navigation

Algorithm Visualizer

Dive into the world of sorting algorithms through interactive visualizations. Watch how popular algorithms like Bubble Sort, Merge Sort, and Quick Sort organize data step by step. Perfect for learning, teaching, or just satisfying your curiosity.

Languages and Frameworks Used

Languages

Try It!

Live on subs-algo-visualizer.vercel.app
Or download Source code directly form here.

How it use?

homepage

Navigate to the algorithm sorting page.

sortingpage

Now you can enter your own array to sort, or use the "Generate Random Array" button to generate an array.

infopanel

After that, use the easy-to-use controls to select your speed and algorithm, then start sorting the array.

controls

Using the dropdown menu, you can select the algorithm you want from the listed options.

algoselector

Before sorting

beforesorting

During sorting process

sorting

After sorting

aftersorting

ta da~

License

License: MIT
This project is licensed under The MIT License.

its a simple algorithm visualizer thats it :)