Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 463 Bytes

File metadata and controls

7 lines (5 loc) · 463 Bytes

Sorting Algorithm Visualization

Project Description

This project is a sorting algorithm visualizer. Allows user to select which sorting algorithm they would like to visualize then displays animations on bars for what the algorithm did as it sorted. Developed using Javascript, css and HTML.

Features

Allows user to select between Merge Sort, Three Way Quick Sort and Heap Sort, after chosen visualizer will display process of selected sorting algorithm