Answer Posted / jagrit kashyap
A spanning tree is a tree associated with a network. All the nodes of the graph appear on the tree once. A minimum spanning tree is a spanning tree organized so that the total edge weight between nodes is minimized.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the error message "DGROUP exceeds 64K" mean?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain 'bit masking'?
What is the difference between call by value and call by reference in c?
Why does everyone say not to use gets?
Are the outer parentheses in return statements really optional?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Explain how do you generate random numbers in c?
writ a program to compare using strcmp VIVA and viva with its output.
#include
can any one provide me the notes of data structure for ignou cs-62 paper
How do I round numbers?
When should structures be passed by values or by references?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
what is a constant pointer in C