Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 1.84 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.84 KB

Harvard CS50 Python Problem Sets

Welcome to the Harvard CS50 Python Problem Sets repository! This repository contains my solutions to the problem sets for CS50's Introduction to Computer Science using Python. This course is offered by Harvard University through edX.

Table of Contents

Course Information

Problem Sets

This repository contains my solutions to the problem sets for each week of the course. Here's a list of the problem sets available:

Usage

To use this repository, follow these steps:

  1. Clone the repository to your local machine using the following command:

git clone https://github.com/aryanranderiya/cs50-python

  1. Navigate to the specific problem set folder you're interested in, e.g., week0, week1, etc.

  2. Review the Python code and any accompanying documentation to understand the solution.

  3. Feel free to use the code as a reference, but remember the CS50 academic honesty policy if you are currently enrolled in the course.

License

This repository is licensed under the MIT License. Feel free to use, modify, and distribute the code as long as you include the original license file and provide appropriate attribution.