freddie-nelson / AlgorithmVisualiser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgorithmVisualiser

Aim

To improve skills with HTML, CSS, Javascript.

Description

The project will visually display different sorting algorithms in effect.

It will consist of:

  • Home Page
  • Bubble Sort
    • Early Exit
  • Insertion Sort
    • Descending
  • Selection Sort
  • Shell Sort
  • Merge Sort
    • With Insertion Sort
    • Without Sentinels
    • Bottom-Up
  • Quick Sort

Contributing

Git commit messages for this repo must follow the conventions outlined here

About


Languages

Language:JavaScript 43.6%Language:HTML 31.2%Language:CSS 25.2%