Data Structure & Algorithms Questions and Answers
Practice ModeShowing 10 of 77 questions
Q21
A binary tree whose every node has either zero or two children is called
Answer: Option C
Q22
The compledity of Binary tree is given by
Answer: Option B
Q23
When in order traversing a tree resulted E A C K F H D B G; the preorder traversal would return
Answer: Option B
Q24
When enting any algebraic expression E the following uses only binary operations in a 2-tree
Answer: Option A
Q25
When converting binary tree into extended binary tree, all the original nodes in binary tree are
Answer: Option A
Q26
The post order traversal of a binary tree is DEBFCA. Find out the pre order traversal
Answer: Option C
Q27
Which of the following data structure is linear data structure ?
Answer: Option C
Q28
The operation of processing each element in the list is known as
Answer: Option C
Q29
Finding the location of the element with a given value is called
Answer: Option B
Q30
Arrays are best data structures for
Answer: Option A