view README.md @ 19:a027304ec75d

implement selection sort
author Dennis C. M. <dennis@denniscm.com>
date Mon, 26 Jun 2023 17:49:41 +0100
parents 074bde2db09a
children 8a5a7aee69ce
line wrap: on
line source

# algo-animator

## Compile and run
```bash
gcc main.c -lglut -lGL -lGLU -lm -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype
./a.out
```