This repository contains my CS1010 Programming Methodology practical assignments from my time at NUS.
In CS1010, I learned the fundamentals of C programming, including:
- Basic input/output
- Variables, operators, and expressions
- Control flow (conditionals and loops)
- Functions and modular design
- Arrays and strings
- Pointers and memory management
- Using Makefiles and simple debugging
These assignments helped me build a solid foundation in structured programming and problem-solving.
| Folder | Description |
|---|---|
ex00 |
Exercise 0 |
ex01 |
Exercise 1 |
ex02 |
Exercise 2 |
ex03 |
Exercise 3 |
ex04 |
Exercise 4 |
ex05 |
Exercise 5 |
ex06 |
Exercise 6 |
ex07 |
Exercise 7 |
ex08 |
Exercise 8 |
Each folder contains my solutions for the various questions in that exercise, along with test inputs, outputs, and any related files.
This repository is for learning showcase purposes only.