Please read on below to see where the code submitted for grading should be found. For any confusion or other problems, please leave me a message in the Discussions tab in this repository.
Student Name: Nguyen Tieu Phuong | ID: 20210692
This repository is branched into several branches.
main
is for checking in the tasks done in lab class, as well as the one with the most recent updates.
1️⃣ release/lab
with the corresponding lab number is the final submission for that lab. The code for grading of each lab should be found there.
2️⃣ topic
branches are for lessons of a specific technique or concept.
3️⃣ feature
branches contain codes for implementing certain features as required in the lab instruction.
Other branches also have similar structure to main
, with slight differences. Each folder is as follows:
1️⃣ aims
: All the codes for the Aims project. Usecase and class diagrams can be found under requirement
and design
, respectively.
2️⃣ others
: Codes for all tasks other than the Aims project.
3️⃣ painter
: The Painter program required in Lab 5