This repo is dedicated to a module CS211 Algorithms & Data Structures 2 which I took during my Exchange semester 2024 at the Maynooth University in Ireland.
Each week is discussed a certain topic and an individual assignment is given.
The overview of this module can be summarized as followed:
- 03 week - Recursion
- 04 week - Merge Sort
- 05 week - Linked Lists
- 06 week - Binary Search Tree - inserting, traversing, depth
- 07 week - Monte Carlo - for loops
- 08 week - Binary Search Tree - inserting, traversing, depth, searching
- 09 week - Data Compression - Huffman’s Algorithm
- 10 week - QuickSort
- 11 week - Weighted Graphs
More information related to the module can be found here.