Domanda di colloquio di J.P. Morgan

Given a Queue and an integer K, reverse the first K elements in the Queue.

Risposta di colloquio

Anonimo

1 mar 2021

Wrote the algorithm to solve this using a stack. It took some time to implement the same.