Question
a.
A inorder traversal of a tree
b.
A pre order traversal of a tree
c.
A post order traversal of a tree
d.
Both (b) and (c)
Posted under GATE cse question paper Data Structures and Algorithms
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Recursion in merge sort performs
Similar Questions
Discover Related MCQs
Q. The address field of linked list
View solution
Q. A circular list can be used to represent
View solution
Q. A list node representing an arc of a graph requires how many fields?
View solution
Q. Traversing a binary tree first root and then left and right sub trees is called...............traversal.
View solution
Q. A header node to represent a graph node requires how many fields?
View solution
Q. What can we say about the array representation of a circular queue, when it contain only one element?
View solution
Q. The order of binary search algorithm is
View solution
Q. The average search time of hashing with linear probing will be less if the load factor
View solution
Q. A graph in which all node are of equal degree called as
View solution
Q. A vertex of degree one is called as
View solution
Q. A simple graph with n vertices and k components can have at most
View solution
Q. Which of the following sorting procedure is the slowest?
View solution
Q. The recurrence relation T(n) = mT(n/2) + an² is satisfied by
View solution
Q. The terminal vertices of a path are of degree
View solution
Q. A circuit in a connected graph which includes vertex of the graph is known as
View solution
Q. Let X is the adjacency matrix of a graph a with no self-loops. The entries along type principle diagonal of X are
View solution
Q. Which of the following is similar to direct files?
View solution
Q. Which of the following are not file Organization?
View solution
Q. A Linear Collection Of Data Elements Where The Linear Node Is Given By Means Of Pointer Is Called _________
View solution
Q. The processing of accessing data stored in a tape is similar to manipulating data on a
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Data Structures and Algorithms? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!