burakgoynuk / SortingAlgorithmAnimation

Implementations, and animations of sorting algorithms written in pure JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SortingAlgorithmAnimation

Implementations, and animations of sorting algorithms written in pure JavaScript

Usage: Clone the repository, and open index.html on a web browser.

Done: Insertion, Selection sort implementation and animation. Basic user interface. Small description of each sorting algorithms.

To Do: Count, Buble, and Merge sort implementation and animation. Detailed tests.

About

Implementations, and animations of sorting algorithms written in pure JavaScript


Languages

Language:CSS 38.9%Language:JavaScript 31.6%Language:HTML 29.6%