MCQOPTIONS
Saved Bookmarks
| 1. |
The_________is_a_touring_problem_in_which_each_city_must_be_visited_exactly_once._The_aim_is_to_find_the_shortest_tour.$ |
| A. | Finding shortest path between a source and a destination |
| B. | Travelling Salesman problem |
| C. | Map coloring problem |
| D. | Depth first search traversal on a given map represented as a graph |
| Answer» C. Map coloring problem | |