PowerPoint Presentation

1 of
Published on Video
Go to video
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Page 1 (0s)

1. A picture containing night sky Description automatically generated.

Page 2 (19s)

2. A picture containing factory, city, night Description automatically generated.

Page 3 (45s)

Black 3D wave patterns. 3. Application/Motivation.

Page 4 (1m 16s)

Blue abstract showing data flow. Circles and an organic shape.

Page 5 (1m 48s)

5. DAIICT Map:-. 00 RON. DA-IICT CAMPUS MAP FACULTY - • THEATRE-I LECTURE LECTURE CANTEEN COURT sac •1 SAC, Z BUSCALOVS.

Page 6 (1m 59s)

Transforming the map into a graph, we have:-. 6. 10 13.

Page 7 (2m 10s)

A city skyline at night Description automatically generated with medium confidence.

Page 8 (2m 51s)

8. A picture containing text Description automatically generated.

Page 9 (3m 34s)

A picture containing scene pier Description automatically generated.

Page 10 (4m 9s)

10. A picture containing factory, city, night Description automatically generated.

Page 11 (4m 44s)

Black 3D wave patterns. 11. We repeat the above steps until all nodes of the given graph are not visited. Finally, we get the following Path Graph. We see that the shortest distance between O and D is 14..

Page 12 (5m 0s)

Blue abstract showing data flow. Circles and an organic shape.

Page 13 (5m 22s)

A * search algorithm is one of the best graph search and method search algorithms, designed primarily for weighted graphs. Highly preferred because of its completeness and it’s overall efficiency. A better and efficient version of Dijkstra’s Algorithm..

Page 14 (5m 39s)

This algorithm depends on 3 functions: g(n) represents cost of traversing from one node to another. h(n) represents heuristic approximation of the node's value. Which simply means approximation cost from the source node to the target node f(n) represents the final cost, i.e. f(n) = g(n) + h(n).

Page 15 (5m 58s)

A city skyline at night Description automatically generated with medium confidence.

Page 16 (6m 27s)

16. A picture containing text Description automatically generated.

Page 17 (6m 58s)

A picture containing scene pier Description automatically generated.

Page 18 (7m 23s)

Black 3D wave patterns. 18. Example : Let’s try to find the shortest route from college main gate(A) to canteen(H). First, We start off at initial point A, and push it in the open list. Then, let us move A to the closed list and check the possible nearby options and move them to open list..

Page 19 (7m 45s)

Blue abstract showing data flow. Circles and an organic shape.

Page 20 (8m 9s)

20. 3. We again choose the path with least F value, which is K. After K, the least F value option is H, the goal. Even though we reached the goal, we still don’t know if we are finished yet. 4. We move H to the open list and check the open list for the least F value, which is H. But, in this case H wasn’t the least F value option. We will continue the process till the goal is reached..

Page 21 (8m 37s)

21. A picture containing building dome Description automatically generated.