This repository contains the HTML and Markdown versions of my math notes I prepared using Notion. I created the repository just to reflect my work, and to keep my notes in GitHub also :)
Visit here to open the notes in Notion.
- Divisors & Divisibility
- Prime Factorization
- Sieve of Eratosthenes (and other Sieve-like algorithms)
- GCD & LCM
- Combinatorics (Factorials, Binomial Coefficients, Counting etc.)
- Modular Arithmetic (a.k.a.
) - Binary Exponentiation
- Additional Tips & Tricks