Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AI and Deep Learning by (55.6k points)

Can you explain about BFS in artificial Intelligence?

1 Answer

0 votes
by (119k points)
edited by

BFS in Artificial Intelligence is a commonly used approach to traverse graphs. In BFS or Breadth-first search, we first start with a node and we move to the neighbor nodes of the level. Then we move to the nodes of the next level. BFS uses this approach of horizontal traverse of nodes before moving to the next level because the distance between neighbor nodes is more than of the next level.

Enroll yourself in AI Course and kick-start your career in Artificial Intelligence.

Browse Categories

...