You can find the PDF file on the Releases page on the right 👉👉👉👉👉
It soon became clear that the unconscious instincts for logic and language which had enabled me to succeed were not shared by the large majority of my students. - Susanna Epp (author of Discrete Mathematics with Applications, 5th edition)
Bjarne Stroustrup on the importance of Mathematics and Computer Science fundamentals
Solutions to Susanna Epp's Discrete Mathematics 5th Edition
This is much gentler than MIT Math for CS, and covers the same material.
Please feel free to open a discussion if you spot an error or a typo!
Contact me: spamegg1
on Discord, or on Slack, or on Matrix
Only edit the Epp.tex
source file, I use Github Actions to compile and release the PDF file automatically.
So, you do not have to include your compiled PDF in your pull requests.
You don't need to do this for contributing, Github actions will take care of it for you on pull requests.
But if you are compiling locally, you'll need:
- a full TeXlive installation (you do need the full thing, I use some rare / obscure packages), and
- since I am using minted for syntax highlighting some code, you'll have to pass the
-shell-escape
argument tolatexmk
for the compilation.