https://github.com/howard86/cs50-2020
Solutions of Harvard CS50 on edX
https://github.com/howard86/cs50-2020
Last synced: 3 months ago
JSON representation
Solutions of Harvard CS50 on edX
- Host: GitHub
- URL: https://github.com/howard86/cs50-2020
- Owner: Howard86
- Created: 2020-11-01T09:43:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T11:27:31.000Z (over 4 years ago)
- Last Synced: 2025-01-18T03:12:02.044Z (5 months ago)
- Language: C
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS50 2020
## Introduction
This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience.
An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently.
Topics include abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web development.
Languages include C, Python, SQL, and JavaScript plus CSS and HTML.
Problem sets inspired by real-world domains of biology, cryptography, finance, forensics, and gaming.
## Problem sets
- Week 0 Scratch 😺
- Week 1 C
- Week 2 Arrays
- Week 3 Algorithms
- Week 4 Memory
- Week 5 Data Structures
- Week 6 Python 🐍
- Week 7 SQL
- Week 8 Information## Reference
- edX [course](https://www.edx.org/course/cs50s-introduction-to-computer-science)
- Course [syllabus](https://cs50.harvard.edu/x/2020/syllabus/)