Analysis of Algorithms and Computational Complexity Questions and Answers
Practice ModeShowing 10 of 239 questions
Q191
A linear collection of data element the linear node is given by mean of pointer is called
Answer: Option A
Q192
"P" is a pointer to the structure. A member "mem" of that structure is referenced by
Answer: Option B
Q193
Adjacency matrix for a diagraph is
Answer: Option C
Q194
Which of the following is most appropriate ?
Answer: Option C
Q195
If the address of A [1, 1] and A [2, 1] are 1000 and 1010 respectively and each element occupies 2 types, then the array has been stored in
Answer: Option A
Q196
Which of the following data structure may give overflow error, even though the current number of element in it is less than its size?
Answer: Option A
Q197
An adjacency matrix representation of graph cannot contain information of
Answer: Option D
Q198
In the quick sort method, a desirable choice for the partitioning elements will be
Answer: Option C
Q199
Which of the following types of expressions does not require precedence rule for evaluated ?
Answer: Option D
Q200
Maximum possible height of an AVL tree with 7 nodes is
Answer: Option A