Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Grover's Search Algorithm Using Qiskit #11972

Open
naitik-2006 opened this issue Oct 11, 2024 · 0 comments
Open

Adding Grover's Search Algorithm Using Qiskit #11972

naitik-2006 opened this issue Oct 11, 2024 · 0 comments
Labels
enhancement This PR modified some existing files

Comments

@naitik-2006
Copy link

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 naitik-2006 added the enhancement This PR modified some existing files label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
Development

No branches or pull requests

1 participant