An open API service indexing awesome lists of open source software.

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

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/)