Skip to content

SamQueen/bubble-sort-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble Sort Visualizer!

This is a website that provides visualization of how the bubble sort algorithm works and it's efficiency.

Click to visit website

How to get started

  • Clone the repository to your computer.
  • Enter the root directory using the terminal of your choice.
  • Ensure that you have node. (This command will show what version of node is installed. -> 'node -v')
  • Run app.js by typing 'node app.js'. The console will display what port is being used. Port 3000 is the default.
  • Enter the following address into your browser to veiw the web application http://localhost:3000/
  • Have fun implementing your ideas into the project!

Technologies Used

  • html
  • css
  • javascript
  • JQUERY

About

This web application provides a visualization of the bubble sorting algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors