What is a spanning Tree?
Answer / 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 |
What is time complexity c?
What do you mean by a local block?
What is use of pointer?
Explain how are 16- and 32-bit numbers stored?
What is union and structure?
What does volatile do?
write a c program to find the sum of five entered numbers using an array named number
Describe advantages and disadvantages of the various stock sorting algorithms
Where static variables are stored in c?
wat are the two methods for swapping two numbers without using temp variable??
write a program to print the one dimensional array.
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..