Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikitaberezhnyj/cs50.solutions_by_nikita_berezhnyj
https://github.com/nikitaberezhnyj/cs50.solutions_by_nikita_berezhnyj
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikitaberezhnyj/cs50.solutions_by_nikita_berezhnyj
- Owner: NikitaBerezhnyj
- Created: 2023-10-11T18:37:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T05:53:34.000Z (about 1 year ago)
- Last Synced: 2023-10-14T16:56:38.112Z (about 1 year ago)
- Language: C
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS50 Solutions by Nikita Berezhnyj
The **CS50** course is one of the most popular online courses in computer science fundamentals offered by Harvard University. The course covers a wide range of topics including programming, algorithms, data structures, databases, operating systems, networks, and web development.
I was very interested in this course, so I decided to do assignments from it to improve my own skills. I will upload the results of my solutions to this GitHub repository.
___________________ Skratch _____________
* [**Week 0**](Week%200)
___________________ C ___________________
* [**Week 1**](Week%201)
* [**hello**](Week%201/hello)
* [**mario**](Week%201/mario)
* [**mario easy**](Week%201/mario/easy)
* [**mario hard**](Week%201/mario/hard)
* [**cash**](Week%201/cash)
* [**credit**](Week%201/credit)