https://github.com/airtucha/sortvis
https://airtucha.github.io/SortVis
https://github.com/airtucha/sortvis
algorithm d3js sort svg visualisation
Last synced: 3 months ago
JSON representation
https://airtucha.github.io/SortVis
- Host: GitHub
- URL: https://github.com/airtucha/sortvis
- Owner: AIRTucha
- License: mit
- Created: 2016-04-09T15:54:07.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-03-11T07:43:48.000Z (about 7 years ago)
- Last Synced: 2023-02-28T14:41:24.398Z (about 2 years ago)
- Topics: algorithm, d3js, sort, svg, visualisation
- Language: JavaScript
- Homepage:
- Size: 8.03 MB
- Stars: 27
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SortVis
SVG based visualisation of sorting algorithms:
* Bubble sort
* Selection sort
* Coctail Shacke
* Insert sort
* Merge sort
* Quick sort
* Heap sortDEMO: airtucha.github.io/SortVis
Made by Alexey Tukalo for Savonia UAS Advanced Algorithms and Data Structures course work.