tech:

taffy

Grover’s Algorithm

Grover’s Algorithm is a quantum computing algorithm designed for searching unsorted databases or solving the pre-image of a function. It offers a quadratic speedup over classical algorithms, reducing the number of steps required to find a solution.

O(N) in Traditional Algorithms: In a classical algorithm for searching an unsorted list, you might have to look at every item one by one until you find the item you’re searching for. In the worst-case scenario, you’d have to check you’d have to check all N items, making the time complexity O(N).

O√N in Grover’s Algorithm: Grover’s Algorithm, a quantum algorithm, can do this more efficiently. Instead of needing to go through all N items in the worst-case scenario, Grover’s can find the desired item in about √N steps. So, if you have a list of 1 million items, a classical search might require up to 1 million steps, while Grover’s would only require around 1,000 steps.

As your database grows—say from 1 million items to 10 billion—the time taken by a classical algorithm would increase from 1 million steps to 10 billion steps. But for Grover’s Algorithm, it would only increase from 1,000 steps to approximately 100,000 steps—a much smaller jump.

This is what is meant by “quadratic speedup” — the algorithm becomes increasingly more efficient compared to classical algorithms as the size of your dataset (N) grows.

Example in Use:
Suppose a company wants to identify a particular transaction ID among billions in a financial database. Classically, this would require scanning each entry until a match is found, consuming considerable time and computational resources. With Grover’s Algorithm, the same task can be accomplished much more quickly, thereby freeing up resources for other high-priority tasks.


 

Just in

Oso Semiconductor raises $5.2M

Oso Semiconductor has raised $5.2 million in seed funding. The round was led by Engine Ventures.

OpenAI launches ChatGPT Gov for U.S. government agencies — CNBC

It’s called ChatGPT Gov and was built specifically for U.S. government use; writes Hayden Field. 

DeepSeek’s popular AI app is explicitly sending US data to China — Wired

Users have already reported several examples of DeepSeek censoring content that is critical of China or its policies, writes Matt Burgess and Lily Hay Newman. 

DeepSeek hit with large-scale cyberattack, says it’s limiting registrations — CNBC

DeepSeek on Monday said it would temporarily limit user registrations “due to large-scale malicious attacks” on its services; writes Hayden Field.