Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ Feel free to explore, contribute, and share your insights!
* Developed Shor’s algorithm for quantum factorization.

* **Formula**: Period-finding problem in modular arithmetic: $\huge \color{DeepSkyBlue} {a^x \mod N = 1}$

<br>

2. **Lov Grover (1996)**
* Developed Grover’s quantum search algorithm.

* **Formula**: Probability amplitude for successful search: $\huge \color{DeepSkyBlue} {\sin^2 \left((2k + 1)\theta\right)}$




Expand Down
Loading