Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.38 KB

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, 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.

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 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. 👨‍💻