Skip to content

Commit

Permalink
Update Fall 2024 section of course site
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellZen authored Mar 26, 2024
1 parent 2649a7b commit ceed157
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# CS 120 (Intro to Algorithms and their Limitations)
# CS 120(0) (Intro to Algorithms and their Limitations)

## Overview

An introductory course in theoretical computer science, aimed at giving students the power of using mathematical abstraction and rigorous proof to understand computation. Thus equipped, students will be able to design and use algorithms that apply to a wide variety of computational problems, with confidence about their correctness and efficiency, as well as recognize when a problem may have no algorithmic solution. At the same time, they will gain an appreciation for the beautiful mathematical theory of computation that is independent of (indeed, predates) the technology on which it is implemented.

### Fall 2024

- [Syllabus](https://docs.google.com/document/d/1LM2pHN0feJWIQM2gmHh4FN7p0De3MCgKACcwy3lY6rQ/edit?usp=sharing)
- [Ed](https://edstem.org/us/courses/57495/discussion/)
- [Canvas](https://canvas.harvard.edu/courses/136155)
- [Github](https://github.com/Harvard-CS-120/cs120)

### Fall 2023

- [Syllabus](https://docs.google.com/document/d/1Cwi7mTdW0bAJ2tWC6sX6tpvwLLvwxk4SwZ2tF0-fZ70/edit)
Expand Down

0 comments on commit ceed157

Please sign in to comment.