Gronlund, Pettie (Real 3SUM 3SUM): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(n^{2}*(log log n)$^{2}/(log n))
$O(n^{2}/((log n)$/(log log n))^{2}/{3})


== Space Complexity ==  
== Space Complexity ==  
Line 19: Line 19:
== Randomized? ==  
== Randomized? ==  


Yes, Las Vegas
No, deterministic


== Model of Computation ==  
== Model of Computation ==  

Revision as of 10:43, 28 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/abstract/document/6979047