# @shlappas/balanced

> A generic self-balancing binary tree

Latest version **1.0.1** (published 2021-02-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @shlappas/balanced
pnpm add @shlappas/balanced
yarn add @shlappas/balanced
bun add @shlappas/balanced
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-02-05 |
| First published | 2021-02-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 14.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | shlappas |
| Keywords | tree, binary tree, binary search tree, bst, red black, AVL, weight balanced |

## Links

- npm: https://www.npmjs.com/package/@shlappas/balanced
- Repository: https://github.com/chrismilson/balanced.js
- Issues: https://github.com/chrismilson/balanced.js/issues
- npm.io page: https://npm.io/package/@shlappas/balanced

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-02-05
- 1.0.0 — 2021-02-05

## README

# `balanced.js`

A simple generic module that allows the manipulation of binary tree nodes via
four rotation methods:

- single left (AVL "LL" rotation)
- single right (AVL "RR" rotation)
- double left (AVL "LR" rotation)
- double right (AVL "RL" rotation)

## Installation

Just install it with your favourit package manager!

### `yarn`

```bash
yarn add @shlappas/balanced
```

### `npm`

```bash
npm install @shlappas/balanced
```

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