Python icon indicating copy to clipboard operation
Python copied to clipboard

Adding Grover's Search Algorithm Using Qiskit

Open naitik-2006 opened this issue 1 year ago • 0 comments

Feature description

Grover’s algorithm is a quantum algorithm that solves the unstructured search problem. In an unstructured search problem, we are given a set of N elements and we want to find a single marked element. A classical computer would need to search through all N elements in order to find the marked element, which would take time O(N). Grover’s algorithm, on the other hand, can find the marked element in time O(√ N).

Please assign this task to me under Hacktoberfest 2024.

naitik-2006 avatar Oct 11 '24 11:10 naitik-2006