UFABC - Class Algorithms

Description

This is a repository for the algorithms class at UFABC. It contains the exercises and projects for the class.

Installation

git clone https://github.com/ufabc-class-algorithms/ufabc_class_algorithms.git
cd ufabc_class_algorithms

Usage

Here, you can provide examples of how to use your project. For each C script, you can have a section like this:

filename.c

Description of what filename.c does.

To compile and run:

gcc filename.c -o filename -lm
./filename

For revision:

Total:

  • 73-arvoreBin3.c
  • 74-arvoreBin4.c

Partial:

  • 38-fila.c