Number Representations & States

"how numbers are stored and used in computers"

Prime Factorization

Prime factorization is the process of expressing a number as a product of prime numbers. For example, the prime factorization of is .

Prime factorization is a crucial concept in number theory and cryptography, which often involves the decomposition of a composite number into a product of prime numbers. There are several algorithms designed to perform prime factorization, each with its own strengths and weaknesses.

Algorithms