Miscellaneous On Data Structures - Study Mode

[#711] Optimal page replacement algorithm is said to satisfy . . . . . . . .
Correct Answer

(B) Stack algorithm

[#712] From the following given tree, what is the computed codeword for 'c'?
Correct Answer

(C) 110

[#713] Where does the tortoise point to, when the hare has completed one iteration of the sequence?
Correct Answer

(C) Middle node of the linked list

[#714] Which of the following is not a type of graph in computer science?
Correct Answer

(B) bar graph

[#715] The number of colors required to color the edges of a simple graph is equal to the maximum degree of a graph.
Correct Answer

(A) True