Skip to content

gopoo23/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Visualizer Live

Sorting visualizer is a web application created with the help of HTML, CSS, JavaScript . This web app is used to visualize different sorting algorithms like bubble sort, selection sort, quick sort etc. Sorting a sequence of items is one of the pillars of Computer Science. This project does not want to teach the theory of sorting algorithms, there are amazing resources, books and courses for this purpose. SORTING-VISUALIZER is for the ones who want to see these algorithms under a different light and hopefully appreciate the processing and brain power behind these pieces of genius that in many ways have changed the way we live.

Purpose

I made this sorting visualizer web application to improve my skills more in HTML, CSS, and JS. And to help the beginners in programming to gain more knowledge and understanding on sorting algorigthms by visualizing them.

What the Sorting algorithms inside this application

This application supports the following sorting algorithms:

  1. Bubble Sort.
  2. Insertion Sort.
  3. Selection Sort.
  4. Merge Sort.
  5. Quick Sort.

Contacts

Github LinkedIn

Show some ❤️ by starring some of the repositories!

About

Sorting-Visualizer : a react application to visualize different sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors