answersLogoWhite

0


Best Answer

A tree in which one vertex called the root, is distinguished from all the others is called a rooted tree.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a rooted tree in graph theory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

In graph theory does a point have size?

No.


What is a cycle in graph theory?

If the graph start and end with same vertex and no other vertex can be repeated then it is called trivial graph.


Prove that a graph G is connected and only if it has a spanning tree?

Proving this is simple. First, you prove that G has a spanning tree, it is connected, which is pretty obvious - a spanning tree itself is already a connected graph on the vertex set V(G), thus G which contains it as a spanning sub graph is obviously also connected. Second, you prove that if G is connected, it has a spanning tree. If G is a tree itself, then it must "contain" a spanning tree. If G is connected and not a tree, then it must have at least one cycle. I don't know if you know this or not, but there is a theorem stating that an edge is a cut-edge if and only if it is on no cycle (a cut-edge is an edge such that if you take it out, the graph becomes disconnected). Thus, you can just keep taking out edges from cycles in G until all that is left are cut-gees. Since you did not take out any cut-edges, the graph is still connected; since all that is left are cut-edges, there are no cycles. A connected graph with no cycles is a tree. Thus, G contains a spanning tree. Therefore, a graph G is connected if and only if it has a spanning tree!


What is a parabolic graph?

Look at Einstein's theory on gravity. It is shown on a parabolic graft.


What is relaxation in graph theory?

Simply, updating the existing distance with later received minimal value when a shortest path problem is solved in a graph. K.M.Anura Wijayasingha.

Related questions

How many nodes are in a family branch tree in graph theory?

In Mathematics and Computer Science, the graph theory is just the theory of graphs basically overall. It's basically the relationship between objects. The nodes are just lines that connects the graph. There are a total of six nodes in a family branch tree for a graph theory basically.


What is spaning tree in c programming?

Nothing, but it has significance in graph-theory.


What has the author Gregory Lawrence Chesson written?

Gregory Lawrence Chesson has written: 'Synthesis techniques for transformations on tree and graph structures' -- subject(s): Data structures (Computer science), Graph theory, Trees (Graph theory)


When was Deep Rooted Tree created?

Deep Rooted Tree was created on 2011-10-05.


When did Deep Rooted Tree end?

Deep Rooted Tree ended on 2011-12-22.


Can the seed from a mahogany tree be rooted?

It cannot be rooted but it can by sprouted.


The group of a composite graph?

defines in graph theory defines in graph theory


Is every tree a graph or every graph a tree?

true


When was Journal of Graph Theory created?

Journal of Graph Theory was created in 1977.


What is Difference between tree and spanning tree?

A tree is a connected graph in which only 1 path exist between any two vertices of the graph i.e. if the graph has no cycles. A spanning tree of a connected graph G is a tree which includes all the vertices of the graph G.There can be more than one spanning tree for a connected graph G.


Can a money tree plant be rooted from clippings?

yep


What is krushkal algorithm?

Kruskal's algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized. If the graph is not connected, then it finds a minimum spanning forest (a minimum spanning tree for each connected component). Kruskal's algorithm is an example of a greedy algorithm.