Skip to content

wong-bria/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Visualizer

Allows users to have a visual representation of how various sorting algorithms work. Currently, only bubble sort is supported, but more sorting algorithms will be added in the future.

Features ✨

  • Responsive design 📱
  • Utilized HTML/CSS/JavaScript 🖥️

How to Run 🚀

  1. Clone this repository: https://github.com/wong-bria/sorting-visualizer.git
  2. Open 'index.html' in your browser

Example Usage

Users can click the "Randomize Array" button to generate a randomized array: result_from_randomize_array

Users can click the "Sort" button to sort the randomized array to visualize how bubble sort works to sort an unsorted array: result_from_sort

Motivation behind project:

After taking a class on Algorithms and Data, and wanting to learn/practice using JavaScript, I decided to start this personal project to apply the information I learned while learning more about HTML, CSS, and JavaScript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published