Vector Queue
Home
>
Computer Science
>
Algorithms and data structures
>
Queues and Stacks
>
Vector Queue
Stores items in a vector, with insertion and removal performed in constant time.