Ask HN: I'm looking for a good book on the fundamentals of CS
61–70 of 190 posts
Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#62Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#63I had a good relantionship with Segdewick's books, before being turned off by Cormen a few times. They are less math focused, and overall have a beginner friendliness to them. They won't take you by the hand an explain things like you are 5, but nevertheless they are more easy to digest. Also as a non-popular opinion in this current age, I recommend you to learn how to implement your algorithms in C, rather than an e…
Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#64Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#65Earlier quoted context omitted.
Well, there's apparently one by Sedgewick himself. :-) https://www.youtube.com/watch?v=1QZDe28peZk&list=PLwwk4BHih4... I can't vouch for it, as I haven't watched them.
Nice! Those video titles are a hot mess :( I'll have to go through them at some point over the break and figure out if they're high enough quality to recommend over the OCW videos.
Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#66I'm currently going through TAOCP [1]. So far, seems pretty good (although I found one mistake in an exercise). Also, I can never recommend Computer Systems: A Programmer's Perspective [1] enough. (Also features a rare mistakes in an exercise or two, but that's detail.) And for network protocols, Comer's Internetworking with TCP/IP [3] was just great (you only need volume 1). I've read Stevens' books on socket and IP…
If you mail Don Knuth about the error you found in TAOCP, he'll send you a check for $1 -- he used to do that, anyway. People tend not to cash the cheque, but keep it.
Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#67Highly recommended for freshers, especially who had no academic background on computer science and willing to start their career as dev.
Re: Ask HN: I'm looking for a good book on the fundamentals of CS
#68I'm currently going through TAOCP [1]. So far, seems pretty good (although I found one mistake in an exercise). Also, I can never recommend Computer Systems: A Programmer's Perspective [1] enough. (Also features a rare mistakes in an exercise or two, but that's detail.) And for network protocols, Comer's Internetworking with TCP/IP [3] was just great (you only need volume 1). I've read Stevens' books on socket and IP…
If you mail Don Knuth about the error you found in TAOCP, he'll send you a check for $1 -- he used to do that, anyway. People tend not to cash the cheque, but keep it.