This repository represents my bachelor's of Computer Science coding progress during my studies at The University Of the People, it consists of bunch of solutions for many exercises were based on different textbooks and the requests of the instructors.
Each course consists of 8 weeks and each unit represents a week and each programming file represents a part of the exercices that I had to solve.
├── README.md
├── UNIT 1: Unit Title
│ └── file.ext
├── UNIT 2: Unit Title
│ └── file.ext
├── UNIT 3: Unit Title
│ └── file.ext
├── UNIT 4: Unit Title
│ ├── file.ext
├── UNIT 5: Unit Title
│ └── file.ext
├── UNIT 6: Unit Title
│ ├── file.ext
├── UNIT 7: Unit Title
│ ├── file.ext
└── UNIT 8: Unit Title
├── file.ext
Those exercices were taken from some textbooks but some of them were based on the instructor's request.