9 – Breath First Search 5
Now, why doesn’t the general tree search or graph search algorithm stop when it adds a goal node to the Frontier? The reason is because it might not be the best path to the goal. Now here we found a path of length 2. And we added a path of length 3 that reached the … Read more
댓글을 달려면 로그인해야 합니다.