Hash join ( Joins): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
(Created page with "== Time Complexity == $O(n+m)$ == Space Complexity == $O(n+m)$? words (Need a hash table of at least that size) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM(?) == Year == 1960 == Reference == -")
 
No edit summary
 
Line 23: Line 23:
== Model of Computation ==  
== Model of Computation ==  


Word RAM(?)
Word RAM


== Year ==  
== Year ==  

Latest revision as of 08:55, 10 April 2023

Time Complexity

$O(n+m)$

Space Complexity

$O(n+m)$? words

(Need a hash table of at least that size)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1960

Reference

-