Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.5 KB

File metadata and controls

27 lines (21 loc) · 1.5 KB

Logo

COMP281 Principles of C and Memory Management

⭐ If the code has helped you, please stars this, thank you very much!

Must See Before Read My code

  • Operating System: Win10
  • Programming Languages: C
  • IDE: CLion 2021.3 Community Edition
  • All codes are related to labs and assignments and all codes were uploaded after the assignment deadline, all personal information is taken from the University's public website.

All the problems the title come from this site https://student.csc.liv.ac.uk/JudgeOnline/problemset.php

⚠️Please adhere to the University's Academic Integrity Policy and I accept no responsibility for suspected academic misconduct of any kind.

My aim is to get first in every problem's status on this website,to achieve this, I try to keep the size of my code as small as possible, which means I use a lot of single-character variable names and meaningless function names (Never use meaningless variable names and meaningless function names, unless it's just a robot check your code), which will take you extra time to understand my code, and that's how you learn!

Module Specification

  • Year: Session 2021-22
  • Semester: Second Semester
  • Lectuer: Mr P Jimmieson (One of my favorite lecturers)

Module Results

  • Assignment 1: 94
  • Assignment 2: 98