Dijkstra’s Algorithm | Graphs | Min Heap | Priority Queue | Shortest Path | Animation

  Рет қаралды 3,468

Depth First

4 ай бұрын

Dive into Dijkstra's algorithm with an animated step-by-step guide!
A* (A star) Search Algorithm, Improvement on Dijkstra's Algorithm: kzfaq.info/get/bejne/g8uegNSpntbZnas.html
Graphs: kzfaq.info/get/bejne/nbiWZptjq9DJYqs.html
Breadth First Search: kzfaq.info/get/bejne/ap9iatCqupeXZqM.html
Min Heap: kzfaq.info/get/bejne/sKiTaNB50NnFqJs.htmlsi=Gpec4QRQR47x9Cc6&t=206
Coding Solution: github.com/depthfirst-1/depthfirst/blob/master/algorithms/Dijkstra_algorithm.py
Twitter: depthfirst_1
Instagram: depthfirst1
#algorithms #code #softwareengineering #dijkstra #graphs

Пікірлер: 19
@user-jf1vo7vv4b
@user-jf1vo7vv4b 2 ай бұрын
Great video, can't believe you only have 62 subscribers currently!
@depthfirst1
@depthfirst1 2 ай бұрын
Hey, thanks for your kind words!
@jancsi-vera
@jancsi-vera Ай бұрын
I’m subscribing now, video is great😊
@depthfirst1
@depthfirst1 Ай бұрын
Thank you very much, appreciate it!
@ashkane417
@ashkane417 3 ай бұрын
Great video, hope this channel gets the recognition it deserves.
@depthfirst1
@depthfirst1 3 ай бұрын
Thank you!
@markuscwatson
@markuscwatson Ай бұрын
Great video. Thanks for sharing
@depthfirst1
@depthfirst1 29 күн бұрын
Thanks for watching!
@sallaklamhayyen9876
@sallaklamhayyen9876 Ай бұрын
great explanation = thank you so much 🥰🥰🥰
@depthfirst1
@depthfirst1 Ай бұрын
You’re welcome 😊
@benson4225721
@benson4225721 Ай бұрын
Really clear explanation, thank you!
@depthfirst1
@depthfirst1 Ай бұрын
You're very welcome! Glad it was helpful!
@titocandraseptio7636
@titocandraseptio7636 2 ай бұрын
this is the video i needed, easy to understand, thankyouu very much !!
@depthfirst1
@depthfirst1 2 ай бұрын
Of course! Glad it helped!
@avagreene5966
@avagreene5966 3 ай бұрын
this was so helpful thank you!
@depthfirst1
@depthfirst1 3 ай бұрын
You're so welcome!
@a.m.4154
@a.m.4154 17 сағат бұрын
This is a weird algorithm because while it is easy, it is not exactly intuitive.
@depthfirst1
@depthfirst1 9 сағат бұрын
Yeah, Dijkstra's algorithm might seem unintuitive at first, but visualizing each step can help clarify it.