Koiliaris and Xu (Subset Sum The Subset-Sum Problem): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Time Complexity == $\tilde{O}(min{\sqrt{n'}t, t^{5/4}, σ})$ == Space Complexity == $O(t)$ (https://dl.acm.org/doi/pdf/10.1145/3329863, Table 1) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == == Year == 2019 == Reference == https://dl.acm.org/doi/pdf/10.1145/3329863")
 
No edit summary
 
Line 5: Line 5:
== Space Complexity ==  
== Space Complexity ==  


$O(t)$  
$O(t)$ words


(https://dl.acm.org/doi/pdf/10.1145/3329863, Table 1)
(https://dl.acm.org/doi/pdf/10.1145/3329863, Table 1)
Line 23: Line 23:
== Model of Computation ==  
== Model of Computation ==  


 
Word RAM


== Year ==  
== Year ==  

Latest revision as of 08:54, 10 April 2023

Time Complexity

$\tilde{O}(min{\sqrt{n'}t, t^{5/4}, σ})$

Space Complexity

$O(t)$ words

(https://dl.acm.org/doi/pdf/10.1145/3329863, Table 1)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

2019

Reference

https://dl.acm.org/doi/pdf/10.1145/3329863