Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 683 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 683 Bytes

FistAEDProject

Algorithms to solve a problem in C using different methods (brute force, branch-and-bound, random permutations).

Course

This project was developed under the Algorithms and Data Structures course of University of Aveiro.

How to run

  • Compile with the following command (or equivalent):
$ cc -Wall -O2 assignment.c -o assignment -lm
  • Run:
$ ./assignment [insert nMec]

Grade

This project's grade was 16 out of 20.

Authors