This is a simple visualization project made using javascript
- Bubble Sort
- Selection Sort
- Insertion Sort
- Quick Sort
- Merge Sort
- 1 Colored representation of step being executed. 1.1) Blue: default 1.2) Yellow: Being compared 1.3) Red: Identified as in incorrect position and to be moved 1.4) Green: correct position
- 2 Controls for visualizations 2.1) Speed of visualization 2.2) Array size 2.3) Generation of new array.

