https://github.com/ibrahimelmokhtar/cs50x2022
CS50 Harvard Course - Class 2022
https://github.com/ibrahimelmokhtar/cs50x2022
cs50 cs50problemsets
Last synced: 8 months ago
JSON representation
CS50 Harvard Course - Class 2022
- Host: GitHub
- URL: https://github.com/ibrahimelmokhtar/cs50x2022
- Owner: ibrahimelmokhtar
- Created: 2022-08-12T08:32:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T14:58:40.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T03:37:58.305Z (about 1 year ago)
- Topics: cs50, cs50problemsets
- Language: C
- Homepage:
- Size: 9.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS50x2022
Implementation of CS50 problem sets during **2022** class.
## Course Weeks
- [Week 00: Scratch](./week00-scratch/)
| Problem Sets | [Letters Game](week00-scratch/problem-set-00/) |
| - | - |
- [Week 01: C](./week01-c/)
| Problem Sets | [Mario Less](week01-c/problem-set-01/mario-less/mario.c) | [Mario More](week01-c/problem-set-01/mario-more/mario.c) | [Cash](week01-c/problem-set-01/cash/greedy.c) | [Credit](week01-c/problem-set-01/credit/luhn-algorithm.c)
| - | - | - | - | - |
- [Week 02: Arrays](./week02-arrays/)
| Problem Sets | [Readability](week02-arrays/problem-set-02/readability/readability.c) | [Caesar](week02-arrays/problem-set-02/caesar/caesar.c) | [Substitution](week02-arrays/problem-set-02/substitution/substitution.c) |
| - | - | - | - |
- [Week 03: Algorithms](./week03-algorithms/)
| Problem Sets | [Plurality](week03-algorithms/problem-set-03/plurality/plurality.c) | [Runoff](week03-algorithms/problem-set-03/runoff/runoff.c) | [Tideman](week03-algorithms/problem-set-03/tideman/tideman.c) |
| - | - | - | - |
- [Week 04: Memory](./week04-memory/)
| Problem Sets | [Filter Less](week04-memory/problem-set-04/filter-less/helpers.c) | [Filter More](week04-memory/problem-set-04/filter-more/helpers.c) | [Recover](week04-memory/problem-set-04/recover/recover.c) |
| - | - | - | - |
- [Week 05: Data Structures](./week05-data-structures/)
| Problem Sets | [Speller](week05-data-structures/problem-set-05/speller/) |
| - | - |