Gronlund, Pettie (Real 3SUM 3SUM): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tags: Manual revert Reverted |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O(n^{2} | $O(n^{2}/((log n)$/(log log n))^{2}/{3}) | ||
== Space Complexity == | == Space Complexity == | ||
Line 19: | Line 19: | ||
== Randomized? == | == Randomized? == | ||
No, deterministic | |||
== Model of Computation == | == Model of Computation == |
Revision as of 08:56, 10 April 2023
Time Complexity
$O(n^{2}/((log n)$/(log log n))^{2}/{3})
Space Complexity
words
()
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Real RAM
Year
2014
Reference
https://ieeexplore-ieee-org.ezproxy.canberra.edu.au/abstract/document/6979047