adplus-dvertising
frame-decoration

Question

Traversing a binary tree first root and then left and right sub trees is called...............traversal.

a.

Pre order

b.

Post order

c.

In order

d.

None of these

Answer: (a).Pre order

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Traversing a binary tree first root and then left and right sub trees is called...............traversal.

Similar Questions

Discover Related MCQs

Q. A header node to represent a graph node requires how many fields?

Q. What can we say about the array representation of a circular queue, when it contain only one element?

Q. The order of binary search algorithm is

Q. The average search time of hashing with linear probing will be less if the load factor

Q. A graph in which all node are of equal degree called as

Q. A vertex of degree one is called as

Q. A simple graph with n vertices and k components can have at most

Q. Which of the following sorting procedure is the slowest?

Q. The recurrence relation T(n) = mT(n/2) + an² is satisfied by

Q. The terminal vertices of a path are of degree

Q. A circuit in a connected graph which includes vertex of the graph is known as

Q. Let X is the adjacency matrix of a graph a with no self-loops. The entries along type principle diagonal of X are

Q. Which of the following is similar to direct files?

Q. Which of the following are not file Organization?

Q. A Linear Collection Of Data Elements Where The Linear Node Is Given By Means Of Pointer Is Called _________

Q. The processing of accessing data stored in a tape is similar to manipulating data on a

Q. Which of the following is true for binary search tree?

Q. Which of the following is true for walk in a graph

Q. The number of comparison required in heap sort under worst case is

Q. The searching technique which there are no unnecessary comparisons is called