https://github.com/alexpdev/visualsort
Visual representation of sorting algorithms.
https://github.com/alexpdev/visualsort
Last synced: 9 months ago
JSON representation
Visual representation of sorting algorithms.
- Host: GitHub
- URL: https://github.com/alexpdev/visualsort
- Owner: alexpdev
- License: gpl-3.0
- Created: 2020-02-02T03:31:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T05:16:23.000Z (about 3 years ago)
- Last Synced: 2025-02-10T12:21:23.412Z (11 months ago)
- Language: Python
- Homepage:
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TurtleSort





Visual demonstrations of sorting algorithms using
Python turtle graphics framework.
Author: alexpdev
## Requires
Python >= v3.0
### Usage
```Windows:
git clone https://github.com/alexpdev/turtlesort.git blackJack
python path\to\project\main.py
```
### License
GNU GPL v3
### Other
| Procedure | Status|
|-----------|:------:|
| Bubble Sort | Active |
| Selection Sort | Active |
| Insertion Sort | Active |
| Merge Sort | Active |
| Quick Sort | Active |
| Cycle Sort | Active |
| Time Sort | Active |
| Odd Even Sort | Active |
| Comb Sort | Active |
| Gnome Sort | Active |
| Cocktail Sort | Active |
| Shell Sort | Active |
| Gnome Sort | Active |