This repository contains my solutions to the assignments of the COMP41720 module held by Rem Collier at the University College Dublin. The assignments all follow the same basic scheme but are implemented using different distributed techniques. For each version/assignment, there is a branch.
Each branch is a separate commit history, committed from a locally initialized repository. If you want to commit the same crimes as I did (pun intended) or if I forget, here are the relevant commands:
git remote add shared [email protected]:TilBlechschmidt/ucd-COMP41720.git
git checkout -b <name>
git push -u shared <name>
# Profit!