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:
-
"Lecture N" : A folder with some c++ examples and the solutions to the problem sets introduced in the lecture notes
-
"Sheet N" : A folder with the c++ solutions for the problems in the sheet
-
"Lab N": A folder with the c++ solutions to the problems introduced in the Lab
-
"MOOC Quiz N" : A folder with the c++ solutions for the problems in the Quiz
-
"Assignment N": A folder with the c++ solutions for the problems in the Assignment
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
│ └── ...
└── ...
Feel free to ask any questions in the Q/A discussions: Q/A Discussions
1- You can create a pull request: More Info
2- You can fork this repo: More Info
~ Made with ❤️ by Ahmed Saed