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

Dive into Dijkstra's algorithm with an animated step-by-step guide!
A* (A star) Search Algorithm, Improvement on Dijkstra's Algorithm: • A* (A star) Search | ...
Graphs: • Graphs Data Structure ...
Breadth First Search: • Graph Traversal | Brea...
Min Heap: • Kth Largest Element in...
Coding Solution: github.com/depthfirst-1/depth...
Twitter: / depthfirst_1
Instagram: / depthfirst1
#algorithms #code #softwareengineering #dijkstra #graphs

Пікірлер: 21

  • @rostislav_engineer
    @rostislav_engineer7 күн бұрын

    thank you for this video

  • @depthfirst1

    @depthfirst1

    6 күн бұрын

    You are very welcome!

  • @ashkane417
    @ashkane4174 ай бұрын

    Great video, hope this channel gets the recognition it deserves.

  • @depthfirst1

    @depthfirst1

    4 ай бұрын

    Thank you!

  • @user-jf1vo7vv4b
    @user-jf1vo7vv4b3 ай бұрын

    Great video, can't believe you only have 62 subscribers currently!

  • @depthfirst1

    @depthfirst1

    3 ай бұрын

    Hey, thanks for your kind words!

  • @jancsi-vera

    @jancsi-vera

    2 ай бұрын

    I’m subscribing now, video is great😊

  • @depthfirst1

    @depthfirst1

    2 ай бұрын

    Thank you very much, appreciate it!

  • @sallaklamhayyen9876
    @sallaklamhayyen98762 ай бұрын

    great explanation = thank you so much 🥰🥰🥰

  • @depthfirst1

    @depthfirst1

    2 ай бұрын

    You’re welcome 😊

  • @benson4225721
    @benson42257212 ай бұрын

    Really clear explanation, thank you!

  • @depthfirst1

    @depthfirst1

    2 ай бұрын

    You're very welcome! Glad it was helpful!

  • @titocandraseptio7636
    @titocandraseptio76363 ай бұрын

    this is the video i needed, easy to understand, thankyouu very much !!

  • @depthfirst1

    @depthfirst1

    3 ай бұрын

    Of course! Glad it helped!

  • @avagreene5966
    @avagreene59664 ай бұрын

    this was so helpful thank you!

  • @depthfirst1

    @depthfirst1

    4 ай бұрын

    You're so welcome!

  • @markuscwatson
    @markuscwatsonАй бұрын

    Great video. Thanks for sharing

  • @depthfirst1

    @depthfirst1

    Ай бұрын

    Thanks for watching!

  • @a.m.4154
    @a.m.415428 күн бұрын

    This is a weird algorithm because while it is easy, it is not exactly intuitive.

  • @depthfirst1

    @depthfirst1

    28 күн бұрын

    Yeah, Dijkstra's algorithm might seem unintuitive at first, but visualizing each step can help clarify it.