Algorithms and data structures coursework from Computer Science at Monash University
Disclaimer: Assignment/exam related content is not for show here; especially in-semester.
This repository consists of the work I've done for FIT1008 (Fundamentals of algorithms), FIT2004 (Algorithms and data structures), and FIT3155 (Advanced data structures and algorithms). Each week of study is organised into separate folders.
- Python implementations (run with
uv run <filename>.py)You must have uv installed.
Since FIT3155 doesn't have many sample exams to support students, I have used coding agents to generate sample exams. Find out how it's done.