Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.11 KB

📊 SortingAlgorithms

Sorting algorithms visualized.

Implemented algorithms

  • Bubble sort
  • Insertion sort

TODO

  • 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.