Explain the representation of queue using linked list.
Answers
Answered by
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
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
Hindi,
3 months ago
Computer Science,
3 months ago
Social Sciences,
6 months ago
English,
11 months ago
Physics,
11 months ago