Pergunta de entrevista da empresa IMC Trading

What data structure should be used to maintain order queue sorted by price and time priority?

Resposta da entrevista

Sigiloso

17 de mai. de 2024

I suggested a doubly-linked list with the nodes hashed to access any node in constant time.