Linear search (Nearest Neighbor Search (NNS) Nearest Neighbor Search)
Revision as of 10:34, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n)$ == Space Complexity == $O({1})$ (Derived: Only ever storing the current shortest distance and the corresponding node) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == == Year == 1940 == Reference == -")
Time Complexity
$O(n)$
Space Complexity
$O({1})$
(Derived: Only ever storing the current shortest distance and the corresponding node)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Year
1940
Reference
-