A collection of lessons and exercises for first-year computer science students learning programming concepts using C.
- First Steps
- Conditionals
- Loops
- Memory Management
- Data Structures
Each section contains lesson materials and 1-3 practical exercises with examples.
This repository aims to provide a structured learning path for beginners to understand fundamental programming concepts using C. The materials follow a progressive approach, building skills from basic syntax to more complex data structures.
git clone https://github.com/Meliothep/BasicLessons.git
Requires a C compiler (GCC recommended) and basic understanding of using Git.