Finding the shortest path on a grid using the Breadth First Search (BFS) algorithm on an unweighted graph.
Here is the link.
0:00 Previous Breadth first search video 0:44 Motivation for BFS on a grid 1:36 Converting your grid to an adjacency list/matrix 3:55 Grid vectors 6:09 Dungeon problem 7:51 Breadth first search on grid example 9:12 Using multiple queues for state representation 11:07 Pseudocode 15:56 Recap
No comments:
Post a Comment