MartinKondor / SortingAlgorithms

Sorting algorithms visualized.

Home Page:https://martinkondor.github.io/SortingAlgorithms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sorting algorithms visualized.

https://martinkondor.github.io/SortingAlgorithms/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 77.8%Language:HTML 21.0%Language:CSS 1.2%