Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shentengtu/sort3dvisualization
Sort algorithm 3D Visualization powered by three.js
https://github.com/shentengtu/sort3dvisualization
3d sort threejs visualization
Last synced: about 1 month ago
JSON representation
Sort algorithm 3D Visualization powered by three.js
- Host: GitHub
- URL: https://github.com/shentengtu/sort3dvisualization
- Owner: ShenTengTu
- License: mit
- Created: 2017-04-30T06:21:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T04:37:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-03T08:02:20.859Z (about 1 month ago)
- Topics: 3d, sort, threejs, visualization
- Language: JavaScript
- Homepage: https://shentengtu.github.io/Sort3DVisualization/
- Size: 87.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sort 3D Visualization
This project site implements sort algorithm 3D visualization powered by [three.js][three.js].
## sort algorithm
- Exchange Sort :white_check_mark: done
- Selection Sort :white_check_mark: done
- Insertion Sort :white_check_mark: done
- Merge Sort :white_check_mark: done
- Quick Sort :computer: working
- Bubble Sort :computer: working
- Cocktail Sort :computer: working
- Shell Sort :computer: working
- Heap Sort :computer: working
- Counting Sort :computer: working
- Radix Sort :computer: working[three.js]:threejs.org