# round-robin-js

> an implementation of round robin as a data structure

Latest version **3.0.10** (published 2025-08-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install round-robin-js
pnpm add round-robin-js
yarn add round-robin-js
bun add round-robin-js
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.0.10 |
| Published | 2025-08-30 |
| First published | 2021-05-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 17 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Eyas Ranjous |
| Maintainers | eyas-ranjous |
| Keywords | round robin, round robin js, sequential round robin, random round robin, priority round robin |

## Links

- npm: https://www.npmjs.com/package/round-robin-js
- Repository: https://github.com/eyas-ranjous/round-robin-js
- Homepage: https://github.com/eyas-ranjous/round-robin-js#readme
- Issues: https://github.com/eyas-ranjous/round-robin-js/issues
- npm.io page: https://npm.io/package/round-robin-js

## Dependencies (2)

- [@datastructures-js/linked-list](https://npm.io/package/@datastructures-js/linked-list.md) ^5.2.2
- [@datastructures-js/priority-queue](https://npm.io/package/@datastructures-js/priority-queue.md) ^6.1.0

## Recent versions

- 3.0.10 (latest) — 2025-08-30
- 3.0.8 — 2025-01-26
- 3.0.7 — 2025-01-26
- 3.0.6 — 2025-01-25
- 3.0.5 — 2023-01-10
- 3.0.4 — 2023-01-08
- 3.0.3 — 2022-06-28
- 3.0.2 — 2022-06-27
- 3.0.1 — 2022-06-26
- 3.0.0 — 2022-06-26
- 2.0.1 — 2022-02-11
- 2.0.0 — 2022-02-09
- 1.0.2 — 2021-06-24
- 1.0.1 — 2021-05-12
- 1.0.0 — 2021-05-11

## README

# round-robin-js

## Docs

https://datastructures-js.info/docs/round-robin

---
_Source: https://npm.io/package/round-robin-js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
