Skip to content

ZEUS-03/Sorting-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithm-Visualizer

Introduction:

  • This project is based on the idea of visualization of common sorting algorithms such as:

    • Bubble sort
    • Insertion sort
    • Merge sort
    • Quick sort
    • Selection sort
  • This project is built using HTML, CSS, and JavaScript.

  • The purpose of making this project was to help students and Professionals gain proper and better understanding of how sorting algorithm works.

  • All the JavaScript files are placed in a common folder called as jsfiles.

  • Link to website: https://visualizesortingalgos.netlify.app

Structure:

  • HTML and CSS are used for designing basic frontend. Also Bootstrap is used for nav bar and buttons present in nav bar.

  • JavaScript is extensively used for DOM manipulation.(such as creating new bars and replacing bars to visualize sorting pattern)

  • I have also provided speed and size of array buttons to control the speed of the sorting visualization and also the size of the displayed array(or bars).

  • Each sorting algorithm has its button allocated specifically.

Still have Queries?? Ask them away.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published