https://github.com/johnntirintis/cs50
Personal solutions to problem sets and labs from Harvard University's CS50: Introduction to Computer Science. Covers a wide range of programming languages including C, Python, JavaScript, and SQL.
https://github.com/johnntirintis/cs50
c computer-science cprogramming cprogramming-language cs50 cs50-answers harvard labs problem-sets python solutions
Last synced: 3 months ago
JSON representation
Personal solutions to problem sets and labs from Harvard University's CS50: Introduction to Computer Science. Covers a wide range of programming languages including C, Python, JavaScript, and SQL.
- Host: GitHub
- URL: https://github.com/johnntirintis/cs50
- Owner: JohnNtirintis
- Created: 2022-10-21T11:11:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T16:18:26.000Z (over 2 years ago)
- Last Synced: 2025-03-03T04:15:38.774Z (12 months ago)
- Topics: c, computer-science, cprogramming, cprogramming-language, cs50, cs50-answers, harvard, labs, problem-sets, python, solutions
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harvard CS50 Problem Sets and Labs Solutions
This repository contains my personal solutions for the labs and problem sets from Harvard University's CS50 course, also known as "Introduction to Computer Science". The course covers a broad range of fundamental computer science concepts, using a variety of programming languages including C, Python, JavaScript and more.
## Content
The repository is organized by week (problem sets) and labs. Each problem set and lab solution is contained in its own directory.
Please note that this content is meant for educational purposes and reference. If you're currently enrolled in the course, I highly encourage you to try and solve the problem sets yourself before referring to these solutions.
## Languages Used
- C
- Python
- JavaScript
- SQL
## Disclaimer
These solutions are provided "as is" and there is no guarantee that they are free of errors. Please use them at your own risk.