Nested loop join ( Joins): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O(nm)$ == Space Complexity == $O({1})$ words (Just need to keep track of which rows are being checked) == 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(nm)$
Space Complexity
$O({1})$ words
(Just need to keep track of which rows are being checked)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1960
Reference
-