Linked list as a queue

why and when it is required to use linked list as a queue

@8006366388,
Linked list as queue is used in circular queue or sometimes when we need to store both rear and front nodes. That’s when we use linked list as queue. Even in Priority queues we use linked list.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.