Pinned Repositories
BD2223
CGRA2324
DA1-2324
FSI2324
IA2-2324
LBAW2324
LTW2324
1stYear_FEUP_Programacao-Project
This project concerns the conversion of images from the SVG vectorial format to the PNG raster format. We defined a hierarchy of C++ classes corresponding to SVG elements and code for reading these elements from the SVG format.
2ndYear_FEUP_DesignOfAlgorithms-Project2
This project focuses on designing efficient algorithms to solve the Travelling Salesperson Problem (TSP) in ocean shipping and urban deliveries. It includes implementing exhaustive algorithms for small graphs and heuristics for larger ones, balancing optimality and efficiency.