Skip to content

mondersky/SortingAlgorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 SortingAlgorithms

Project Status version GitHub Issues Contributions welcome License

Sorting algorithms visualized.

Implemented algorithms

  • Bubble sort

TODO

  • Insertion sort
  • Selection sort
  • Merge sort
  • Quicksort

Goals

  • Make a visual representation of sorting algorithms.
  • Make it controlable (GUI) with buttons (Start, Randomize, Stop, Speed slider etc.)
  • See TODO for the algorithms needed to be implemented.

Guide

  • index.html - The main file which displays the algorithms and the GUI.
  • public/ - js, css, img and other folder's.
  • public/js/index.js - Contains the code for the algorithms and the GUI.

Contributing

This project is open for any kind of contribution from anyone.

Steps

  1. Fork this repository
  2. Create a new branch (optional)
  3. Clone it
  4. Make your changes
  5. Upload them
  6. Make a pull request here
  7. Profit.

Authors

License

See the LICENSE file for details.

About

Sorting algorithms visualized.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.1%
  • HTML 20.5%
  • CSS 1.4%