Number-Systems
November 23, 2023Question 5761 – Data-Structures
November 23, 2023Question 5661 – Data-Structures
Consider the following statements for priority queue :
S1 : It is a data structure in which the intrinsic ordering of the elements does determine the result of its basic operations.
S2 : The elements of a priority queue may be complex structures that are ordered on one or several fields.
Which of the following is correct ?
Correct Answer: D
Question 485 Explanation:
S1: TRUE: It is a data structure in which the intrinsic ordering of the elements does determine the result of its basic operations.
S2: TRUE: The elements of a priority queue may be complex structures that are ordered on
one or several fields.
S2: TRUE: The elements of a priority queue may be complex structures that are ordered on
one or several fields.
Both S1 and S2 are incorrect.
S1 is correct and S2 is incorrect.
S1 is incorrect and S2 is correct.
Both S1 and S2 are correct
Subscribe
Login
0 Comments