[Math] Resources/Books for Discrete Mathematics

big-listbook-recommendationdiscrete mathematicsonline-resourcesreference-request

I am going to a Computer Science Course in University next year. I heard that Discrete Mathematics is whats required for Comp Sci so, I am looking for resources/books that I can read to get started with. I picked up Schaum's Outline of Discrete Mathematics. I find that some things are alittle hard to understand still. I have also looked at some videos from Khan Academy on YouTube, I find the videos easy to understand. Except that I don't really know where am I supposed to start 1st. I am on algebra now, but can someone tell me whats the sequence I should go from here, eg. topics/playlists?

An you know, for maths, there must be alot of practice. So where can I find lots of practice questions? Schaum's Outline of Discrete Mathematics has quite little practice questions.

Best Answer

If you are going to study computer science, you want to read Graham, Knuth, Patashnik: Concrete Mathematics.

Look into solving recursion, combinatorics and maybe a little stochastics. Getting the hang of infinite sequences and series is also advisable. Above stated book covers that all because it is made for computer scientists. You should have math courses covering all that, though.

Related Question