Skip to content

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

License

Notifications You must be signed in to change notification settings

kazimovzaman2/CS50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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. πŸ‘¨β€πŸ’»