Ahmedsaed / MUST-CS

C++ Programming Material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Programming material for MUST_CS

How To Navigate

Each course has it's own folder, Where each sub-folder contains the material related to a specific week

In each sub-folder there could be:

  1. "Lecture N" : A folder with some c++ examples and the solutions to the problem sets introduced in the lecture notes

  2. "Sheet N" : A folder with the c++ solutions for the problems in the sheet

  3. "Lab N": A folder with the c++ solutions to the problems introduced in the Lab

  4. "MOOC Quiz N" : A folder with the c++ solutions for the problems in the Quiz

  5. "Assignment N": A folder with the c++ solutions for the problems in the Assignment

Folder structure

Root
├── CS NNN                          # Course Folder
│   ├── week N                      # Week Folder
│   │   ├── Lecture N               # Lecture examples and solutions
│   │   ├── Sheet N                 # Sheet Solutions
│   │   ├── Lab N                   # Lab Answers
│   │   ├── MOOC Quiz N             # Quiz solutions
│   │   └── Assignment N            # Assignment guide and solutions                   
│   └── ...
└── ...

Have a question?

Feel free to ask any questions in the Q/A discussions: Q/A Discussions

How To Contribute

1- You can create a pull request: More Info

2- You can fork this repo: More Info

Good Luck

~ Made with ❤️ by Ahmed Saed

About

C++ Programming Material


Languages

Language:C++ 98.2%Language:Python 1.8%