repository with implementations and visualization of algorithms
Bubble Sort
Selection Sort
Bogosort
Insertion Sort
Gnome Sort
Odd-even Sort
Stooge Sort
Radix Sort
Cocktail Sort
Heapsort
Merge Sort
Slowsort
yay -S sdl2
yay -S sdl2_image
sudo apt-get install libsdl2-dev
sudo apt-get install libpng-dev
cd [name]
mkdir Build
gcc main.c $(sdl2-config --cflags --libs) -lm -lpng -o Build/main && ./Build/main