# @swindle/structs

> Implementations of common data structures.

Latest version **1.0.5** (published 2022-01-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @swindle/structs
pnpm add @swindle/structs
yarn add @swindle/structs
bun add @swindle/structs
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2022-01-19 |
| First published | 2021-08-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 155.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Patrick Luy |
| Maintainers | patricklumenus |

## Links

- npm: https://www.npmjs.com/package/@swindle/structs
- Repository: https://github.com/Perivel/swindle
- npm.io page: https://npm.io/package/@swindle/structs

## Dependencies (1)

- [@swindle/core](https://npm.io/package/@swindle/core.md) ^2.1.1

## Recent versions

- 1.0.5 (latest) — 2022-01-19
- 1.0.4 — 2021-09-12
- 1.0.3 — 2021-09-08
- 1.0.2 — 2021-09-01
- 1.0.1 — 2021-09-01
- 1.0.0 — 2021-08-23

## README

# Swindle/Structs
Swindle/Structs provides implementations for basic data structures.

# Installation
To install Swindle/Structs with NPM,
```
npm install @swindle/structs
```
With yarn
```
yarn add @swindle/structs
```

# Usage
Swindle/Structs provide the following data structures.
- [LinkList](src/linked-list/README.md) provides an implementation of a LinkList.
- [PriorityQueue](src/priority-queue/README.md) provides an implementation of a priority queue.
- [Queue](src/queue/README.md) provides an implementation of a queue.
- [Stack](src/stack/README.md) provides an implementation of a stack.

# Tests
To run the tests, use the following command with NPM
```
npm run test
```
with Yarn
```
yarn test
```

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