142k views
4 votes
)when removing a node from a two part circular linked chain implementation of a queue

A. All other answers

B. The node is moved to the part of the chain that is available for the enqueue method

C. Entry at the front of the queue is returned

D.the queue node is advanced

User Dan Hewett
by
5.5k points

1 Answer

1 vote

Answer:

B. The node is moved to the part of the chain that is available for the enqueue method .

Step-by-step explanation:

According to the question when we are removing the node from circular linked chain that is of two parts that is used to implement a queue data structure.The node goes to the part of the linked chain which is available for enqueue method.So we conclude that the answer to this question is option B.

User Helena
by
5.3k points