Pergunta de entrevista da empresa J.P. Morgan

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

Resposta da entrevista

Sigiloso

1 de mar. de 2021

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