×

Xoviabcs's video: 52 Dijkstra s Shortest Path Algorithm Prim s Minimum Spanning Tree

@#52 Dijkstra’s Shortest Path Algorithm & Prim’s Minimum Spanning Tree
Graph Algorithms: Dijkstra’s shortest path algorithm & Prim’s Minimum Spanning Tree | C Programming Tutorial. Dijkstra’s algorithm is very similar to Prim’s algorithm for minimum spanning tree. Like Prim’s MST, we generate a SPT (shortest path tree) with given source as root. We maintain two sets, one set contains vertices included in shortest path tree, other set includes vertices not yet included in shortest path tree. At every step of the algorithm, we find a vertex which is in the other set (set of not yet included) and has minimum distance from source. Prim's algorithm, in contrast with Kruskal's algorithm, treats the nodes as a single tree and keeps on adding new nodes to the spanning tree from the given graph. C Programming Tutorial/ Lectures/ Course with Data Structures & Algorithms @ https://goo.gl/K6VbgL Machine Learning Complete Tutorial/Lectures/Course from IIT (nptel) for GATE @ https://goo.gl/AurRXm Discrete Mathematics for Computer Science for GATE @ https://goo.gl/YJnA4B (IIT Lectures for GATE) Best Programming Courses @ https://goo.gl/MVVDXR Operating Systems Lecture/Tutorials from IIT for GATE CSE @ https://goo.gl/GMr3if MATLAB Tutorials for GATE @ https://goo.gl/EiPgCF

3

0
Xoviabcs
Subscribers
20.8K
Total Post
302
Total Views
206.9K
Avg. Views
3.4K
View Profile
This video was published on 2018-02-04 11:44:55 GMT by @Xoviabcs on Youtube. Xoviabcs has total 20.8K subscribers on Youtube and has a total of 302 video.This video has received 3 Likes which are lower than the average likes that Xoviabcs gets . @Xoviabcs receives an average views of 3.4K per video on Youtube.This video has received 0 comments which are lower than the average comments that Xoviabcs gets . Overall the views for this video was lower than the average for the profile.Xoviabcs #52 has been used frequently in this Post.

Other post by @Xoviabcs