Skip to content

repository with implementations and visualization of algorithms

License

Notifications You must be signed in to change notification settings

halina20011/Algorithms

Repository files navigation

Algorithms

repository with implementations and visualization of algorithms

Sorting Algorithms

preview

Bubble Sort
Selection Sort
Bogosort
Insertion Sort
Gnome Sort
Odd-even Sort
Stooge Sort
Radix Sort
Cocktail Sort
Heapsort
Merge Sort
Slowsort

Maze generators/solvers

preview

Minimum spanning tree

preview

Marching squares

preview

Mandelbrot set

preview

Tricorn

preview

SDL2

yay -S sdl2
yay -S sdl2_image

Ubuntu

sudo apt-get install libsdl2-dev
sudo apt-get install libpng-dev

Setup

cd [name]
mkdir Build

Build and run

gcc main.c $(sdl2-config --cflags --libs) -lm -lpng -o Build/main && ./Build/main

About

repository with implementations and visualization of algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published