Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepaulino/cs50x_2022
🎓 Harvard CS50x — 2022 solutions 📓
https://github.com/andrepaulino/cs50x_2022
c cs50 cs50x python sql
Last synced: about 11 hours ago
JSON representation
🎓 Harvard CS50x — 2022 solutions 📓
- Host: GitHub
- URL: https://github.com/andrepaulino/cs50x_2022
- Owner: AndrePaulino
- Created: 2022-10-12T00:21:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T19:35:54.000Z (over 1 year ago)
- Last Synced: 2023-05-02T20:32:40.339Z (over 1 year ago)
- Topics: c, cs50, cs50x, python, sql
- Language: C
- Homepage: https://cs50.harvard.edu/x/2022/
- Size: 62.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CS50x 2022 - Introduction to Computer Science
This repository is the collection of my solutions as I go through the CS50x course.
CS50 is a introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently.
Course
♢
Ed Community
♢
Style Guide> A quick word on [Academic Honesty](https://cs50.harvard.edu/x/2020/honesty/). While these solutions can help you to get through the course, you should do your best to figure out a viable answer before taking a look at any of these. Investing time and energy into solving the problem sets yourself is, in my opinion, the best way to true learning.
## 📋 Table of Contents
- [Week 01: C](weeks/week_01/)
- [Problem Set 01](weeks/week_01/p_set_01/)
- [Week 02: Arrays](weeks/week_02/)
- [Lab 02](weeks/week_02/lab_02/)
- [Problem Set 02](weeks/week_02/p_set_02/)
- [Week 03: Algorithms](weeks/week_03/)
- [Lab 03](weeks/week_03/lab_03/)
- [Problem Set 03](weeks/week_03/p_set_03/)
- [Week 04: Memory](weeks/week_04/)
- [Lab 04](weeks/week_04/lab_04/)
- [Problem Set 04](weeks/week_04/p_set_04/)
- [Week 05: Data Structures](weeks/week_05/)
- [Lab 05](weeks/week_05/lab_05/)
- [Problem Set 05](weeks/week_05/p_set_05/)
- [Week 06: Python](weeks/week_06/)
- [Lab 06](weeks/week_06/lab_06/)
- [Problem Set 06](weeks/week_06/p_set_06/)
- [Week 07: SQL](weeks/week_07/)
- [Lab 07](weeks/week_07/lab_07/)
- [Problem Set 07](weeks/week_07/p_set_07/)
- [Week 08: HTML, CSS, JavaScript](weeks/week_08/)
- [Lab 08](weeks/week_08/lab_08/)
- [Problem Set 08](weeks/week_08/p_set_08/)
- [Week 09: Flask](weeks/week_09/)
- [Lab 09](weeks/week_09/lab_09/)
- [Problem Set 09](weeks/week_09/p_set_09/)## ⚙️ Covered on the course
### Topics
- Abstraction
- Algorithms
- Data structures
- Encapsulation
- Resource management
- Security
- Software engineering
- Web programming
### Languages
- C
- Python
- SQL
- HTML
- CSS
- JavaScript