@structured/weight-balanced-tree
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

@structured/weight-balanced-tree

An immutable weight balanced tree implementation. A weight-balanced tree is a self-balancing binary search tree.

Weight balancing is a way of implementing a self-balancing binary search tree. Binary search trrees have many applications; for example, sorted implementations of dynamic lists and sets.

Installation

yarn add @structured/weight-balanced-tree

Dependents (1)

Package Sidebar

Install

npm i @structured/weight-balanced-tree

Weekly Downloads

1

Version

1.4.3

License

MIT

Unpacked Size

107 kB

Total Files

9

Last publish

Collaborators

  • shlappas