lihecheng93 / SortingAnimation

A visual representation for sorting algorithms

Home Page:https://hechengli.github.io/SortingAnimation/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Animations

A Vue.js project shows the progress of different sorting algorithms
This is meant to show how each algorithm sorts, the timing may be inaccurate due to imprefection in the algorithm I wrote

Sorting Algorithms:
Implemented:
SelectionSort
InsertionSort
BubbleSort
CocktailShakerSort
MergeSort
QuickSort
HeapSort
ShellSort

Need Implementation:
IntroSort
Odd-EventSort
Merge-InsertionSort
SmoothSort
TimSort

About

A visual representation for sorting algorithms

https://hechengli.github.io/SortingAnimation/dist/index.html

License:MIT License


Languages

Language:JavaScript 64.9%Language:Vue 34.5%Language:HTML 0.6%