23. Prim's Algorithm tracing with an Example - 2/2

preview_player
Показать описание
Technical lectures by Shravan Kumar Manthri.
Watch "Patterns in C- Tips & Tricks " in the following link...

You can watch "Tricky 150 mcqs in C" in the following link

Technical lectures by Shravan Kumar Manthri.
Watch Technical C programming

Watch Data Warehousing & Data Mining

Watch Design & Analysis of Algorithms

Watch Formal Languages & Automata theory

Like us on fb: CSE GURUS

B.Tech CSE and IT: Design and Analysis of Algorithms.

This video provides detailed explanation of Prim's algorithm tracing with an example. #ShravankumarManthri#CSEGURUS #ShravankumarManthri#CSEGURUS
Рекомендации по теме
Комментарии
Автор

LET'S GOOO W VIDEO thnks i was in a hurry in need of this uhh tracing thanks for this uwu

HowToRender
Автор

This helped me a lot! You explained it so well...Thank you so much sir! ❤🙏

rakshakedlaya
Автор

can you please share the source code :)

Windchimesandrain
Автор

you have done a mistake here.... for i=1 cost(1, 6)<cost(1, 1) ? so cost of (1, 6) is 10 and cost of (1, 1) should be 0 which you have taken wrong as infinite and when cost(1, 1) is 0 then 10<0 ? no, so near[i] =k which is near[i] =1. please correct this.

harpreet_videos
Автор

Is this prim's algorithm?? You can start from any random vertex.. but u started with an edge with least weight..

jagannathanvijaylakshmi