Quiz Space

AI: Search Methods for Problem Solving · Quiz 1 · 23 Feb 2025 · January 2025 term

Question 17: TSP\ The distance matrix for 5 cities and corresponding …

Question 17

+1 markWritten answer

TSP
The distance matrix for 5 cities and corresponding edge costs (in ascending order) is provided below. Use this information to construct TSP tours.

ABCDE
A-58923481
B58-204670
C9220-2853
D344628-12
E81705312-
DEBCCDADBD
1220283446
CEABBEAEAC
5358708192

Based on the above data, answer the given subquestions.

Start from city C and construct a tour using Nearest Neighbour Heuristic. Enter the path representation of the tour starting from city C. Use the same order in which cities were added to the tour.
Enter a comma separated list of city names.
NO SPACES, TABS, DOTS, BRACKETS, PARENTHESIS OR UNWANTED CHARACTERS.
Answer format: C,X,Y,Z

Show answer

Correct answer: C,B,D,E,A

Question 17 of 21 in the IIT Madras BS AI: Search Methods for Problem Solving (AI Search Methods) Quiz 1 paper sat on 23 Feb 2025, in the January 2025 term (IIT M DEGREE AN EXAM QDB2 23 Feb 2025). It carries 1 mark.

More questions from this paper

  1. Q1Figure question
  2. Q2STATE SPACE\ Select the algorithms that find the shortest path (measured in number of hops).
  3. Q3STATE SPACE
  4. Q4STATE SPACE
  5. Q5SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  6. Q6SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  7. Q7SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  8. Q8SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  9. Q9SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  10. Q10SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  11. Q11SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  12. Q12SEARCH\ The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at gr…
  13. Q13Genetic Algorithm\ A tour of 10 cities is shown below. The edges are bi-directional. Use D, E, F,..., M as the referenc…
  14. Q14Genetic Algorithm\ A tour of 10 cities is shown below. The edges are bi-directional. Use D, E, F,..., M as the referenc…
  15. Q15Genetic Algorithm\ A tour of 10 cities is shown below. The edges are bi-directional. Use D, E, F,..., M as the referenc…
  16. Q16Genetic Algorithm\ A tour of 10 cities is shown below. The edges are bi-directional. Use D, E, F,..., M as the referenc…
  17. Q18TSP\ The distance matrix for 5 cities and corresponding edge costs (in ascending order) is provided below. Use this inf…
  18. Q19TSP\ The distance matrix for 5 cities and corresponding edge costs (in ascending order) is provided below. Use this inf…
  19. Q20TSP\ The distance matrix for 5 cities and corresponding edge costs (in ascending order) is provided below. Use this inf…
  20. Q21TSP\ The distance matrix for 5 cities and corresponding edge costs (in ascending order) is provided below. Use this inf…