UKG Interview Question

Given a singly linked list and only 1 pointer make a queue.

Interview Answer

Anonymous

Oct 2, 2017

you have to make it a circularly linked list with the pointer pointing to the tail.