Skip to content

A Sorting Visualizer made with Vue including popular algorithms such as Quick-, Merge-, Bubble- and Bogosort.

Notifications You must be signed in to change notification settings

MJDeligan/Sorting-Visualizer-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Website

The website can be found here

Overview

This is a visualization of popular sorting algorithms made with Vue using the Vuetify Component Library. Included algorithms:

  • Insertion Sort
  • Cocktail-shaker Sort
  • Bubble Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Everyone's favorite: Bogo Sort

Allows the user to control certain variables such as the speed at which the visualization happens ranging from very slow to get a solid understanding of the little steps happening during the algorithm to very fast( even instantaneous). The values are randomly generated and the number of values can be controlled. Elements are colored differently depending on their role and state. Unsorted values are blue, sorted values are green, values that are being compared are red, pivots (Quick Sort) are purple and current max elements (Selection Sort) are orange.

About

A Sorting Visualizer made with Vue including popular algorithms such as Quick-, Merge-, Bubble- and Bogosort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published