Version 1.0alpha
Написана на языке Си исопльзована библиотека Raylib.com . Визуализатор сортировки 2023 (c) Vasiliy Evstigneev
Клавиатура левая стрелка - прошлый метод
Клавиатура правая стрелка - следующий метод
Нажатие левой кнопки мышки над трегольникам делает тоже самое.
Поддерживаемые методы , сгенерированы с помощью ChatGPT
| N | Метод | Реализация на С |
|---|---|---|
| 0 | Bubble sort | Code bubblesort_ai.c |
| 1 | Block sort | Code blocksort_ai.c |
| 2 | Cocktail sort | Code cocktailsort_ai.c |
| 3 | Comb sort | Code combsort_ai.c |
| 4 | Cube sort | Code cubesort_ai.c |
| 5 | Cycle sort | Code cyclesort_ai.c |
| 6 | Exchange sort | Code exchangesort_ai.c |
| 7 | Gnome sort | Code exchangesort_ai.c |
| 8 | Heap sort | Code heapsort_ai.c |
| 9 | Insertion sort | Code insertionsort_ai.c |
| 10 | Intro sort | Code introsort_ai.c |
| 11 | Library sort | Code librarysort_ai.c |
| 12 | Merge sort | Code mergesort_ai.c |
| 13 | Oddeven sort | OddEven oddevensort_ai.c |
| 14 | Quick sort | Code quicksort_ai.c |
| 15 | Selection sort | Code selectionsort_ai.c |
| 16 | Shell sort | Code shellsort_ai.c |
| 17 | Smooth sort | Code smoothsort_ai.c |
| 18 | Strand sort | Code strandsort_ai.c |
| 19 | Tim sort | Code timsort_ai.c |