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.
- Host: GitHub
- URL: https://github.com/kazimovzaman2/cs50
- Owner: kazimovzaman2
- License: mit
- Created: 2022-12-26T04:41:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T07:31:40.000Z (over 2 years ago)
- Last Synced: 2025-01-13T12:48:35.137Z (5 months ago)
- Topics: c, computer-science, cs50, cs50problemsets, cs50problemsetssolved, cs50x, data-structures-and-algorithms, edx, flask, harvardcs50, harvardx, html-css-javascript, python, sql
- Language: Python
- Homepage: https://cs50.harvard.edu/x/2021/
- Size: 52.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. π¨βπ»