iGo

University course (AP2) programming project. Implemented a route planner that works within the city of Barcelona, Catalonia, optimizing routes based on the real time congestion state of every tracked street in a Barcelona OpenData dataset. This project also counts with a Telegram bot to assist in the usage of the python module.

CppLEX

University coursework from the PM course. Implementation of the Primal Simplex Algorithm.

Fantasy Football

Programming project done within the AP3 course from the DSE bachelor's degree. Implemented an exhaustive search, a greedy algorithm and a modified GRASP metaheuristic in a knapsack-like problem.

Task Scheduling

A program that given an input, schedules given tasks throughout given number of days and the people who are going to perform them.