This repository is not active
rhea0110/Reverse-first-N-elements-of-a-given-queue
Reverse first N elements of a given queue star Given a queue of integer elements and an integer k, your task is to reverse first k elements of the queue, leaving the other elements in same order.