This repository contains solutions to the practice sheets of CS111 – Introduction to Computer Science and Programming (C & C++).
It is created to help students understand programming concepts, problem-solving techniques, and improve their coding skills in both C and C++.
You can view the original problems here: CS111 – Introduction to Computer Science and Programming (C & C++)
- ✅ Solutions to all CS111 sheets of Introduction to Computer Science and Programming (C & C++) for FCAI-Helwan University
- ✅ Written in both C and some of C++
- ✅ Well-structured and easy-to-understand code
- ✅ Helpful for practice & exam preparation
- ✅ Helpful for learning instead of using AI or LLMs models
The goal of this repository is to:
- Provide clear and correct solutions
- Support students in learning C/C++ programming basics
- Offer examples for self-study & revision
- Clone the repository:
git clone https://github.com/abdelhalimyasser/CS111-Sheets-Solutions.git
- Navigate to the folder:
cd "Folder Name"
- Compile and run using GCC or G++:
or
gcc file.c -o output ./output
g++ file.cpp -o output ./output
If you have better/optimized solutions or explanations, feel free to contribute by opening a pull request.
This project is licensed under the MIT License.
You are free to use, modify, and distribute the code with proper attribution.