Pregunta de entrevista de CrowdStrike

Q: implement a queue without using any STL libraries. Provide 2 different ways (using different data structures)

Respuesta de la entrevista

Anónimo

30 ene 2023

Linked list, cyclic array.

2