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

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

Notifications You must be signed in to change notification settings

eduardosantoshf/assignment-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages