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 indirection? How many levels of pointers can you have?
HOW DO YOU HANDLE EXCEPTIONS IN C?
What does 2n 4c mean?
What is wrong with this initialization?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
how to add numbers without using arithmetic operators.
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
Is swift based on c?
what are brk, sbrk?
How can you draw circles in C?
What are the languages are portable and platform independent?Why they are like that?