Commit Graph

2 Commits

Author SHA1 Message Date
pre-commit-ci[bot]
b0833eb96b [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-01-29 14:19:43 +00:00
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