Live data from Hacker News

Ask HN: What material would you suggest go in a DIY CS education?

news.ycombinator.com

1–4 of 4 posts

Ask HN: What material would you suggest go in a DIY CS education?

#1
I'm 18 and taking a gap year to work as a mobile developer. I don't know if I'll go back to school afterwards, and I'm wondering what topics I'd need to cover to have the equivalent of a undergrad CS education?

Suggestions for books on topics from algorithms to discrete mathematics are appreciated.

Re: Ask HN: What material would you suggest go in a DIY CS education?

#2
Algorithms: likely either Cormen, Leiserson et al or Sedgewick

Operating systems: either Silberschatz, et al or Tanenbaum

Compilers: Aho, et al

Programming Languages: Friedman

Theory of computation: Hopcroft, et al

Graphics: Foley, et al

Artificial Intelligence: Russel and Norvig

General: Structure and Interpretation of Computer Programs

(edit for formatting)