Hacker News new | ask | show | jobs
by zerodensity 1087 days ago
How so you mean calculating them on the fly? You need to at least load the data to perform operations on it.
1 comments

Grover's algorithm does not require you to load the data to be searched through if it can be generated instead. Grover's algorithm is not neccesarily searching through a list but searching through the output of a function. Sure if your function is an array index operator you need to load the underlying data, but many large search problems are not that.
That clears that up thanks.