Data Structure & Algorithms Questions and Answers
Practice ModeShowing 10 of 77 questions
Q11
If every node u in G is adjacent to every other node v in G, A graph is said to be
Answer: Option B
Q12
A variable P is called pointer if
Answer: Option D
Q13
The Worst case ocur in linear search algorithm when
Answer: Option C
Q14
The Average case occur in linear search algorithm
Answer: Option A
Q15
The complexity of the average case of an algorithm is
Answer: Option A
Q16
The following data structure allows deleting data elemtnts from front and inserting at rear
Answer: Option B
Q17
This data structure allows deletions at both ends of the list but insertion at only one end.
Answer: Option A
Q18
The follwing data structure is non-linear type
Answer: Option D
Q19
The following data structure is non-linear type
Answer: Option D
Q20
To represent hierachical relationship between elements, the following data structure is not suitable
Answer: Option C