Mathematics for Computer Science (2018) [pdf]
21–30 of 69 posts
Re: Mathematics for Computer Science (2018) [pdf]
#22I always see lists of like 100 MUST HAVE books for Computer Science. Is there like a top 5 must have books for Computer Science?
Top 5 will never cover the field. Here's my top 10 * Brookshear and Brylow - Computer Science - An Overview * Forta - Teach yourself SQL in 10 minutes * Stallings - Computer Organization and Architecture * Stallings - Operating Systems - Internals and Design Principles * CLRS * Kurose, Ross - Computer Networking - A Top Down Approach * Sipser - Introduction to The Theory of Computation * Stallings, Brown - Computer S…
Re: Mathematics for Computer Science (2018) [pdf]
#23I always see lists of like 100 MUST HAVE books for Computer Science. Is there like a top 5 must have books for Computer Science?
It's more useful to practice programming through projects. Then once you feel you're missing the knowledge for a particular problem you're trying to solve, read up about that one.
Building a bunch of software projects probably isn’t a very efficient way of learning computer science. You might figure out things like big-O or A* on your own, but a more academic approach is going to take you further, faster.
Re: Mathematics for Computer Science (2018) [pdf]
#24Earlier quoted context omitted.
It's more useful to practice programming through projects. Then once you feel you're missing the knowledge for a particular problem you're trying to solve, read up about that one.
Thats a little like saying if you want to learn mechanical engineering, fix things around your home and then do research when you get stumped. Building a bunch of software projects probably isn’t a very efficient way of learning computer science. You might figure out things like big-O or A* on your own, but a more academic approach is going to take you further, faster.
I can understand this is not the approach preferred by academic types which is a strong community on hackernews.
Most people are more motivated to understand the theory because it helps them solve a practical problem, rather than theory for the sake of theory.
Re: Mathematics for Computer Science (2018) [pdf]
#25I love that each citation has back references to _all_ the places that it is cited from.
I wish more books did this.
Re: Mathematics for Computer Science (2018) [pdf]
#26Re: Mathematics for Computer Science (2018) [pdf]
#27Earlier quoted context omitted.
Thats a little like saying if you want to learn mechanical engineering, fix things around your home and then do research when you get stumped. Building a bunch of software projects probably isn’t a very efficient way of learning computer science. You might figure out things like big-O or A* on your own, but a more academic approach is going to take you further, faster.
It's well established that practical project work is what works best at producing tangible results, and most institutions that aim to produce the best programmers focus on that. I can understand this is not the approach preferred by academic types which is a strong community on hackernews. Most people are more motivated to understand the theory because it helps them solve a practical problem, rather than theory for t…
Re: Mathematics for Computer Science (2018) [pdf]
#28I always see lists of like 100 MUST HAVE books for Computer Science. Is there like a top 5 must have books for Computer Science?
It's more useful to practice programming through projects. Then once you feel you're missing the knowledge for a particular problem you're trying to solve, read up about that one.
Re: Mathematics for Computer Science (2018) [pdf]
#29Earlier quoted context omitted.
It's well established that practical project work is what works best at producing tangible results, and most institutions that aim to produce the best programmers focus on that. I can understand this is not the approach preferred by academic types which is a strong community on hackernews. Most people are more motivated to understand the theory because it helps them solve a practical problem, rather than theory for t…
I thought this thread was about computer science. Working on a programming project is related to computer science in the same way that welding together a shelf is related to mechanical engineering.
Even something like game theory was only developed and earned nobel prizes because of its applications to making money in finance.
Re: Mathematics for Computer Science (2018) [pdf]
#30Earlier quoted context omitted.
It's well established that practical project work is what works best at producing tangible results, and most institutions that aim to produce the best programmers focus on that. I can understand this is not the approach preferred by academic types which is a strong community on hackernews. Most people are more motivated to understand the theory because it helps them solve a practical problem, rather than theory for t…
I thought this thread was about computer science. Working on a programming project is related to computer science in the same way that welding together a shelf is related to mechanical engineering.