mirror of
https://github.com/prakhar1989/awesome-courses.git
synced 2024-12-17 20:14:22 -05:00
List of awesome university courses for learning Computer Science
README.md |
List of awesome Computer Science courses scoured from university pages across the web
Systems
- CS425 Distributed Systems Univ of Illinois, Urbana-Champaign
- Brilliant set of lectures and reading material covering fundamental concepts in distributed systems such as Vector clocks, Consensus and Paxos.
- Lectures
- Assignments
- CS241 Systems Programming Univ of Illinois, Urbana-Champaign
- Learn how to write programs that take full advantage of operating system support in the C programming language
- Assignments
Programming Languages / Compilers
- COS326 Functional Programming Princeton University
- Covers functional programming concepts like closures, tail-call recursion & parallelism using the OCaml programming language
- Lectures
- Assignments