TSPLIB (Minimum TSP The Traveling-Salesman Problem): Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Time Complexity == $O({2}^V logE)$ == Space Complexity == words () == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Word RAM == Year == 1991 == Reference == https://pubsonline-informs-org.ezproxy.canberra.edu.au/doi/abs/10.1287/ijoc.3.4.376") |
No edit summary |
||
Line 1: | Line 1: | ||
== Time Complexity == | == Time Complexity == | ||
$O({2}^V | $O({2}^V \log E)$ | ||
== Space Complexity == | == Space Complexity == |
Latest revision as of 08:43, 10 April 2023
Time Complexity
$O({2}^V \log E)$
Space Complexity
words
()
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1991
Reference
https://pubsonline-informs-org.ezproxy.canberra.edu.au/doi/abs/10.1287/ijoc.3.4.376