Skip to content

A sorting visualiser made simply in Vue.js as a portfolio project

Notifications You must be signed in to change notification settings

sylshaw01/Sorting-Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualiser

This is a simple sorting algorithm visualiser build with the Vue.js framework to showcase my abilities with Vue.js and Javascript as a whole, as well as general HTML and CSS profiency, this is currently hosted at http://nathanshaw.info/sortingVisualiser/index.html .

Current functionality

As it currently stands there are three sorting algorithms implemented:

  • Bubble Sort
  • Insertion Sort
  • Merge Sort

There are also controls for changing the amount of array elements to be sorted and the speed in which the algorithm is progressed.

Future Plans

I currently want to implement the following algorithms:

  • Quick Sort
  • Selection Sort
  • Heap Sort
  • Radix Sort

I also want to migrate this to a node server with a different workflow, to give me more experience using node.

About

A sorting visualiser made simply in Vue.js as a portfolio project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published