Skip to content

My solutions to a problem set regarding algorithm design paradigms.

License

Notifications You must be signed in to change notification settings

leandrolcampos/daa_paradigms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Design Paradigms

This repository contains my solutions to Problem Set 3 of the course "Design and Analysis of Algorithms", offered by the Graduate Program in Computer Science of the Federal University of Minas Gerais (UFMG). This problem set had as a goal to practice designing algorithms using the paradigms seen in the classroom. It consisted of five problems available on URI Online Judge, among which I should choose and solve at least four.

For coding the solutions, I used C++ (g++ 7.3.0, -std=c++17 -O2 -lm).

Problems chosen and solved:

Releases

No releases published

Packages

No packages published

Languages