Stack And Queue Question:

Do you know what is a circular singly linked list?

Stack And Queue Interview Question
Stack And Queue Interview Question

Answer:

In a circular singly linked list, the last node of the list is made to point to the first node. This eases the traveling through the list..


Previous QuestionNext Question
Can you please explain stack operation?Tell me what are priority queues?