Hacker News new | ask | show | jobs
by echo419 3093 days ago
As someone who's new to CS, I love this resource, and while I've been coding for about a year now I've come across most of these topics, but as someone who wants to go deeper into CS, what topics would you all expect to see in a Computer Science II book?
2 comments

I didn't read the book, just the TOC, but it seems like this book is only about programming, not so much about theory (automata, discrete math, calculus, linear algebra, etc), and not even so much about the engineering side of it (automated testing, algorithms, DevOps, etc).

Anyway, there are various websites which list an "online curriculum" for Computer Science, e.g. https://mindweb.network/board/computer-science-a-full-bachel...

In case anyone was wondering as I was before I searched around for it, Dr. Bourke actually has a good number of other resources available on his faculty site including lecture notes/PDFs for searching/sorting, data structures, security/cryptography, trees, and more.