/AAPP-Maze-Generator-Challenge

Advanced Algorithms and Parallel Programming Maze Generator Challenge - a.a. 2022-2023

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

AAPP - Maze-Generator-Challenge

Advanced Algorithms and Parallel Programming Maze Generator Challenge - a.a. 2022-2023
Professor: Fabrizio Ferrandi

The challenge

The goal of this challenge was to implement a maze generator using the disjoint-sets data structure with 3 of its different implementations (linked-list, forest and union by rank).
This challenge granted me 4 out of 4 extra points in the "Advanced Algorithms" partial exam.
The code and the documentation was wrote on Google Colab and can be found here.