Back to Cosmos

Grover’s Algorithm

code/quantum_algorithms/grovers_algorithm/README.md

latest1.2 KB
Original Source

Grover’s Algorithm

Detailed Resources to Understand the Algorithm:-

Complexity:-

The time complexity for Grover's Searching Algo is O(sqrt(N)) where, N is the number of element in the set that is to be searched.

Live Contest for More Problems:-

Problem Statements

P-1. Implement the Grover’s Searching Algorithm that searches the target value from a set and plots the target value with the highest amplitude on Graph.

Implementation:- P1_grover_plot.py

More To Be Added


<p align="center"> A massive collaborative effort by <a href="https://github.com/OpenGenus/cosmos">OpenGenus Foundation</a> </p>