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
Tell me with an example the self-referential structure?
What are the modifiers available in c programming language?
How can I write a function analogous to scanf?
What is the use of a semicolon (;) at the end of every program statement?
what is use of malloc and calloc?
what are the different storage classes in c?
What is the method to save data in stack data structure type?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Explain two-dimensional array.
explain how do you use macro?
How can I find the modification date and time of a file?
What does 1f stand for?
What is this infamous null pointer, anyway?
Difference between strcpy() and memcpy() function?
What are preprocessor directives in c?