This is the first program I implemented at the University of Maryland – College Park. The project is for class CMSC216 Introduction to Computer Systems.
Assignment Due Date: Feb 7, 2022
Assignment Score: 100 out of 100
The language used: C
Assignment Purpose: Be familiar with a new programming language C, and familiar with the Grace system/submit server which is developed based on UNIX.
Functions implemented:
- int classify_triangle(int side1, int side2, int side3)
- long reverse_digits(long n)
- unsigned long catalan(short int n)
For my implementation, click here. Contact me if you cannot access it.
Click here for the detailed project description