An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# TurtleSort

![Python](https://img.shields.io/badge/Unknown-3.442-red?style=for-the-badge&logo=cmake)
![Random](https://img.shields.io/badge/Random-2355-orange?style=for-the-badge)
![License](https://img.shields.io/badge/License-GNU%20GPL-blue?style=for-the-badge)
![Turtle](https://img.shields.io/badge/Framework-Turtle%20Graphics-green?style=for-the-badge)
![Sorting](./asset/sorting.gif)

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 |