Rubrik interview | Online
Summary
Interview Experience
Got this question in Rubrik interview.Design two queues using an array of fixed size N.The interviewer said you can use an external data structure but the elements must be in the queue.The problem here is that once the elements in the queue gets popped, it creates empty space which must be then util...


