Simon's algorithm
From Wikipedia, the free encyclopedia
Simon's algorithm is one of the first Quantum algorithms discovered which outperforms any known classical algorithm. Let be such that for some we have for all
f(y) = f(z) if and only if y = z or .
Although the problem itself is of little practical value it provides an exponential improvement in time over any known classical algorithm. To find x using a classical randomized algorithm Ω(2n / 2) queries of f would be required. Using Simon's algorithm we are able to find a solution with high probability using O(n) queries of f. It was also the inspiration for Shor's algorithm
|