@apexds/queue
v1.0.2
Published
FIFO queue with clean API and strong typing. Lightweight and iterable by design.
Readme
@apexds/queue
FIFO queue with clean API and strong typing. Lightweight and iterable by design.
Documentation
Detailed documentation is available at:
https://raikuxq-algorithms.netlify.app/guide/data-structures/queues
Installing
Install by using any of these commands:
yarn add @apexds/queuenpm install @apexds/queue --save
Core lib
Core (implementation, tests, docs): @apexds/core
