Pergunta de entrevista da empresa Jane Street

Implement a Queue data structure, describe time complexity and perform amortized analysis on the dequeueing operation.

Resposta da entrevista

Sigiloso

11 de abr. de 2013

to be honest, this question should be asking Priority Queue, instead of Queue, otherwise makes no sense

1