An open API service indexing awesome lists of open source software.

https://github.com/kazimovzaman2/cs50

πŸŽ“ A collection of Labs, Problem Sets code files for "CS50's Introduction to Computer Science", HarvardX, October-December, 2021.
https://github.com/kazimovzaman2/cs50

c computer-science cs50 cs50problemsets cs50problemsetssolved cs50x data-structures-and-algorithms edx flask harvardcs50 harvardx html-css-javascript python sql

Last synced: 3 months ago
JSON representation

πŸŽ“ A collection of Labs, Problem Sets code files for "CS50's Introduction to Computer Science", HarvardX, October-December, 2021.

Awesome Lists containing this project

README

        

# CS50

A collection of labs, problem sets and code files for "CS50's Introduction to Computer Science", HarvardX, October-December, 2021.

> **Note on academic honesty:**
If you're taking CS50W, either through [Harvard Extension School](https://extension.harvard.edu/), [Harvard Summer School](https://summer.harvard.edu/) or [OpenCourseWare](https://cs50.harvard.edu/web/), please do not blindly copy paste my code. You are putting yourself at a huge risk for getting excluded from the course by the staff themselves as they grade each project thoroughly. This is a course offered by Harvard, and you will be put up to their standard.

---

## [CS50w](/CS50w/)
This folder contains the code files for the web-based version of CS50.
## [CS50x](/CS50x/)
This folder contains the code files for the CS50x version.
## How to use
1. Clone the repository by running `git clone https://github.com/kazimovzaman2/cs50.git`.
2. Navigate to the folder of the version you want to use (CS50w or CS50x).
3. Open the code files in your preferred editor and start exploring! πŸš€
## πŸ’‘Tips
- Make sure to check the [CS50 website](https://cs50.harvard.edu/) for the latest updates and resources.
- You can also join the [CS50 community](https://cs50.harvard.edu/community/) for help and support.
- Don't forget to practice good coding practices, such as commenting your code and using meaningful variable names. πŸ‘¨β€πŸ’»