Modular Arithmetic: Numbers wrap around after a certain value (the modulus). Ex: 14 mod 5 = 4 (the remainder). Pro-Tip: Think of a clock face! Essential for cryptography & hashing algorithms.

#DiscreteMath #NumberTheory #STEM #StudyNotes