Computer Science, asked by priyankagwpbokaro, 6 months ago

Explain the representation of queue using linked list.​

Answers

Answered by nagamanohar21
4

Explanation:

In a linked queue, each node of the queue consists of two parts i.e. data part and the link part. Each element of the queue points to its immediate next element in the memory. In the linked queue, there are two pointers maintained in the memory i.e. front pointer and rear pointer.

Answered by vinaysharma58
1

In a linked queue, each node of the queue consists of two parts i.e. data part and the link part. Each element of the queue points to its immediate next element in the memory. In the linked queue, there are two pointers maintained in the memory i.e. front pointer and rear pointer.

PLZ MARK ME AS BRAINLIEST!!!!!!!!!!!!!!!

Similar questions