Computer Science — resources
roadmap.sh: https://roadmap.sh/computer-science
Books
- Introduction to Algorithms (CLRS) — the reference.
- Grokking Algorithms — gentle, illustrated intro.
- Operating Systems: Three Easy Pieces (OSTEP) — free, excellent.
- Computer Systems: A Programmer’s Perspective (CS:APP) — architecture + systems.
- Crafting Interpreters (Nystrom) — free online; build a language.
Courses / practice
- MIT 6.006 Introduction to Algorithms (OCW)
- Harvard CS50
- LeetCode / DSA roadmap for drilling