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.
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.