1 Commits

Author SHA1 Message Date
Aditya Kumar Mishra
f610031f9e
Added classical implementation of Shor’s Algorithm
- 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
2025-01-29 19:47:41 +05:30