mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-23 09:38:27 +00:00
- Implemented a classical simulation of Shor’s Algorithm in `algorithms/cryptography/shor_algorithm.py` - The algorithm factors a composite number N without using quantum computing libraries - Uses modular exponentiation and order-finding to determine factors - Includes an example usage for testing |
||
---|---|---|
.. | ||
shor_algorithm.py |