Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.12 KB

CPT105
Introduction to Programming in Java

This repository houses a selection of source code from the CPT105 module at Xi'an Jiaotong-Liverpool University (XJTLU). Notice that while I try to keep the source code complete and up-to-date, it is not guaranteed.

⚠️ DO NOT copy the code directly for your assignments. Plagiarism is a serious academic offense.

⚠️ As this is not a plug-and-play repository, you may need to modify the directory structure and file paths to make the code work on your machine.

Repository Structure

  • 📁 2020 Folder
    Contains code from the 20/21 academic year, including a Java project related to image processing ( 📁 coursework-3) and a time-limited assessment ( 📁 coursework 2.2).

  • 📁 2024 Folder
    Will be updated with source code for assignments from the 24/25 academic year as the course progresses.

Additional Resources