Discrete Mathematics Cheatsheet
This cheatsheet will focus on what’s useful for computer science students and programmers.
Factorial
Recursive definition:
TODO: Binet’s formula?
-Permutations of
-Combinations of / Binomial Coefficient
TODO: Notation? I don’t think the notation I’m using here is common in mathematics.
Distributive Laws
Absorption Laws
De Morgan’s Theorem
Modular Arithmetic Properties
References
- Competitive Programmer’s Handbook by Antti Laaksonen