Home
Material
Light
Dark
Automatic
algorithms
RSA Encryption 🔒
What is RSA Encryption 📬 We’ve gone through a solid amount of number theory so far, and its crazy to think that this actually has a direct application in computer science, but it does.
Last updated on Sep 1, 2023
Balanced Teams - The League of Legends Problem ⚖️
Problem Description Let $P$ be a list of players that are queueing up to play a game of League of Legends, if you’re not a nerd feel free to switch this out to be some other team game like soccer or something.
Last updated on Dec 12, 2023
Coloring Pythagorean Triples 🟥🟦
Problem Description The Pythagorean Triples Coloring Problem1 takes in the set of all integers from $1\leq k\leq n$ for some value of $n$ and asks the question, is it possible to assign a color to every value in our set, such that no set of pythagorean triples is all the same color?
Last updated on Sep 29, 2023
Factorial Products ❗
Problem Description A very interesting property of $10!$ is that $$ 10!=6!\cdot 7! $$ Can we find other examples of factorials that are products of other factorials like this? Clearly there are “trivial” answer such as $$ 24!
Last updated on Sep 29, 2023