Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.47 KB

README.md

File metadata and controls

12 lines (8 loc) · 1.47 KB

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: