msambol / dsa

Data structures and algorithms in X minutes. Code examples from my YouTube channel.
https://youtube.com/michaelsambol
MIT License
459 stars 100 forks source link

Update Dijkstra's to use set #10

Closed Takashiidobe closed 8 months ago

Takashiidobe commented 8 months ago

Some changes reviewing the dijkstra's shortest path algo

ref: https://github.com/msambol/dsa/issues/9