MCQOPTIONS
Saved Bookmarks
| 1. |
The traveling salesman problem involves n cities with paths connecting the cities. The time taken for traversing through all the cities, without knowing in advance the length of a minimum tour, is |
| A. | O(n) |
| B. | O(n2) |
| C. | O(n!) |
| D. | O(n/2) |
| Answer» D. O(n/2) | |