Skip to content

abdelhalimyasser/CS111-Sheets-Answer

Repository files navigation

📘 CS111 Sheets Solutions

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++.


📑 Sheets PDF

You can view the original problems here: CS111 – Introduction to Computer Science and Programming (C & C++)


📂 Contents

  • ✅ 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

🎯 Purpose

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

🚀 Usage

  1. Clone the repository:
    git clone https://github.com/abdelhalimyasser/CS111-Sheets-Solutions.git
  2. Navigate to the folder:
    cd "Folder Name"
  3. Compile and run using GCC or G++:
    gcc file.c -o output
    ./output
    or
    g++ file.cpp -o output
    ./output

🤝 Contribution

If you have better/optimized solutions or explanations, feel free to contribute by opening a pull request.


📝 License

This project is licensed under the MIT License.
You are free to use, modify, and distribute the code with proper attribution.

About

Introduction to Computer Science and Programming by C & C++ Sheets Answer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published