Skip to content

priyaltaneja/Grovers-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Grovers-Algorithm

The Problem

You've been invited to a dinner party and you cannot find that one sweater that you really want to wear. Chances are you'll tear apart your entire closet while searching for that one piece of clothing.

Many industrial companies struggle with the same challenge, but replace clothing with data sets. It’s often difficult to locate a certain piece of data within millions of other data sets.

The Key to Optimizing Database Searching

Classical computers approach this problem the exact same way we do... in an extremely time-consuming manner. Luckily, quantum computers exist and can solve these types of issues really well.

I implemented Grover's Algorithm on 2 qubits through IBM's Qiskit to quadratically speed up the execution time of searching through unstructured data.

I also wrote an Medium article that breaks down the code and walks you through the technical aspects behind the code along with a YouTube video that highlights the advantages of Grover's algorithm!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published