Фрагмент из книги:
Grover’s Search Algorithm, introduced by Lov Grover in 1996 [?], is a quantum algorithm that provides a quadratic speedup over classical search algorithms for unstructured databases. It is particularly useful in solving the unsorted database search problem, also known as the "search problem", which involves finding a specific target item among a large collection of items.

