Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 220 Bytes

File metadata and controls

12 lines (6 loc) · 220 Bytes

Twoqueue

API

Queue with enqueue(), dequeue(), and dequeueMultiple().

Implementation

Two arrays used as stacks. I tested this to be the fastest implementation on V8.