Frage im Vorstellungsgespräch bei CrowdStrike

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

Antwort im Vorstellungsgespräch

Anonym

30. Jän. 2023

Linked list, cyclic array.

2