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, Harvard Summer School or OpenCourseWare, 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.
This folder contains the code files for the web-based version of CS50.
This folder contains the code files for the CS50x version.
- Clone the repository by running
git clone https://github.com/kazimovzaman2/cs50.git
. - Navigate to the folder of the version you want to use (CS50w or CS50x).
- Open the code files in your preferred editor and start exploring! π
- Make sure to check the CS50 website for the latest updates and resources.
- You can also join the CS50 community for help and support.
- Don't forget to practice good coding practices, such as commenting your code and using meaningful variable names. π¨βπ»