This is a repository for the algorithms class at UFABC. It contains the exercises and projects for the class.
git clone https://github.com/ufabc-class-algorithms/ufabc_class_algorithms.git
cd ufabc_class_algorithms
Here, you can provide examples of how to use your project. For each C script, you can have a section like this:
Description of what filename.c
does.
To compile and run:
gcc filename.c -o filename -lm
./filename
- 73-arvoreBin3.c
- 74-arvoreBin4.c
- 38-fila.c