This is a demo of Dijkstra's Algorithm on Single-Source Shortest-Paths Problem with pseudocode walkthrough. The example of the graph and the code are from CLRS (Chapter 24).
I'm making a few demo videos which don't contain any voiceover. They explain themselves by animation.
[About this channel] Compsyc for Computer Psychology :) I make videos for beginners.
[Animation engine] Manim(CE) with Python
[Copyright] Pseudocode and the graph are from CLRS.