Breadth first search algorithm Example | BFS | uninformed | AI | Lec-13 | Bhanu Priya

preview_player
Показать описание
Example on breadth first search algorithm in artificial intelligence
Рекомендации по теме
Комментарии
Автор

the path is "s a b c d g " in BFS you did by DFS algorithm. why cost is used in BFS it is brute/blind or uninformed algorithm? any ways thankyou.

getachewmelkam
Автор

We explore a node only once through an edge not many times, so you're wrong in step 3 and step 4 (there is no step 4 by the way, the algorithm stops at step 3). In step 3, G can be only discovered by node B and then the solution will be S-B-G and the tree will be like :
at level 0 : S
at level 1 : A B C (related to S)
at level 2 : D related to A, G related to B

hadjer
Автор

The solution you gave was for the dfs here but it was asking for bfs so there is a mistake there

arpitsharma
Автор

S, c, b, a, g path should be taken breth wise if we kar moving why we move s, b, g depth

shashank
Автор

thank u for lecture . I have question . what is difference between tree and graph ?

naelssam
Автор

Thank You Ma'am.God Bless You 🙏🙏🙏

radhakrishna
Автор

Can we use weights here?, I'm not sure about that.

aravindvalsarajan
Автор

Exercise: Apply Uninformed Search Strategies to identify optimal path

NigatuAsfewu
Автор

Thank you so much!
You upload this video in the best time!

nickbaib
Автор

Thank you. Just one question, since we have a node transverse D - G why don't we have G - D

manfredmbedzi
Автор

Can you please explain how you gave the "weights" in graph

farhathjahan
Автор

Hai, , may I know how to arrange the vertex in tree.. what is conditions to arrange them in tree

CDJunainah
Автор

how to elaborate this as answer for 4 marks question in exam.

asitgaming
Автор

why the weights of the edges are not considered?

Mr.Bichitra
Автор

I m confused at last, that's not how BFS work!! I mean how came she didn't go breadth wise???? According to rule

Regular_guy
Автор

Why should we take weights and what are weights

kranthisiriki
Автор

Thank you for this lecture! you made it easier for me to understand this topic! <3 <3 <3

cherryrodriguez
Автор

Very well explained thank you very much!

xpertstrategist
Автор

This is DFS or BFS 😂😂😂😅😅😅😅😅😅 i think you confuse

arunlohan
Автор

Atleast tell the reason why we choose those 2 paths no reasons about why we choose that

vrishbhansingh