Content deleted Content added
Bender2k14 (talk | contribs) →Element distinctness problem: "Theta" is not correct here. For example, if the first two elements queries during the "setup phase" collide, we are done. |
Reverted 1 edit by Bender2k14 (talk); "Theta" indicates that the algorithm and lower bound match, not that the algorithm takes exactly that number of queries. (TW) |
||
Line 150:
{{main|element distinctness problem}}
The element distinctness problem is the problem of determining whether all the elements of a list are distinct. Classically, Ω(''N'') queries are required for a list of size ''N'', since this problem is harder than the search problem which requires Ω(''N'') queries. However, it can be solved in <math>
===Triangle-finding problem===
|