Skip to content

Commit

Permalink
Editorial change
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycarter committed Nov 6, 2024
1 parent 75347ed commit f137240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# performing :math:`O(\sqrt{N})` queries on the database, whereas a classical search algorithm would
# require :math:`O(N)` queries to perform the same task.
#
# More formally, the problem is defined as a search for a string of bits in a list containing
# More formally, the *unstructured search problem* is defined as a search for a string of bits in a list containing
# :math:`N` items given an *oracle access function* :math:`f(x).` This function is defined such that
# :math:`f(x) = 1` if :math:`x` is the bitstring we are looking for (the *solution*), and
# :math:`f(x) = 0` otherwise. The generalized form of Grover's algorithm accepts :math:`M`
Expand Down

0 comments on commit f137240

Please sign in to comment.