This is how the BFS (breadth first search) algorithm works

preview_player
Показать описание

Useful Links
Рекомендации по теме
Комментарии
Автор

Welcome back babe! Good job as usual ❤❤❤

butwhothehellknows
Автор

We don't need to store the seen separately because we are already tracking the path through the queue itself, and there could be two paths leading to the same node.

TheCodeBulb
Автор

Helpful visualization. Would you be able to cover some other popular path finding algorithms and compare them?

amir-ziaei
Автор

Ues A* algorithm for pathfinding, as it is much more efficient

prajwalaradhya
Автор

Nice video! It would be great if you could include the code as well. Additionally, an abstract overview and implementation of A* would make for great content too. On a side note, some custom CLI library would be interesting to see you implement.. maybe sth like cli commands for generating new projects in whatever framework user chooses

ludanjubara
Автор

Bro we can also do this via the dijkestra algorithm right?
BTW nice visualisation man❤

bharatpanigrahi
Автор

very informative pls do a video discussing the code...

AnaisheItayi