Consider the following map and the straight-line distance to the city entitled “M” from every other city. Find the shortest path from “A” to “M” using A* searching algorithm. Draw the tree structure...


Consider the following map and the straight-line distance to the city entitled “M” from every other city. Find the shortest path from “A” to “M” using A* searching algorithm.  Draw the tree structure and trace algorithm using open and closed list. Also state the shortest route with cost.


H(n) value of each city is given in the following table. To calculate the final f(n) of each city use the following formula except city M.


g(n)=Straight line distance(n)+last two digits of your registration number i-e
58


F(n)=g(n) + H(n)



Heuristic value H(n) of each city given in the following table




































A



B



C



D



E



F



G



H



I



J



K



L



M



223



222



166



192



165



136



122



111



100



60



32



102



0






(START)<br>A<br>36<br>61<br>31<br>80<br>32<br>D<br>52<br>31<br>E<br>102<br>112<br>43<br>K<br>122<br>32<br>H.<br>M<br>36<br>40<br>(END)<br>45<br>20<br>

Extracted text: (START) A 36 61 31 80 32 D 52 31 E 102 112 43 K 122 32 H. M 36 40 (END) 45 20

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here