Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A quantum search that can search for a value or element in an unsorted set in O(√N) as opposed to classical search algorithms that at worse will find an element in O(N) time.

Notifications You must be signed in to change notification settings

aru71727/Quantum-Searching-in-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quantum-Searching-in-Database

A quantum search that can search for a value or element in an unsorted set in O(√N) as opposed to classical search algorithms that at worse will find an element in O(N) time.

Besides searching for an element, Grover’s algorithm can be used for inverting a function and solving the collision problem. Given an unordered set of N = 2n states X = {x1, x2, …, xN } and a binary function f : {0, 1} the algorithm will find a state x ′ such that f(x ′ ) = 1.

For detailed Explaination

Visit blog:

https://medium.com/@kush.aradhana007/grovers-algorithm-dff4d6bcb6bc

About

A quantum search that can search for a value or element in an unsorted set in O(√N) as opposed to classical search algorithms that at worse will find an element in O(N) time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.