Pregunta de entrevista de J.P. Morgan

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

Respuesta de la entrevista

Anónimo

1 mar 2021

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