This package has been deprecated

Author message:

WARNING: This project has been renamed to immutable-tree-module. Install using immutable-tree-module instead

@rpkumar/immutable-tree
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Immutable Tree

WARNING: This package has been deprecated and renamed to immutable-tree-module. Use this instead : immutable-tree-module.

Immutable, fully persistent, and balanced binary search tree data structure implementation in pure js.

  • Can run in browser and nodejs environments.
  • Can be used in js, ts and rescript projects.

Tests available! Time complexity for insertion, deletion and search is O(log n) since this is an implementation of Red Black Tree. Try it here.

Package Sidebar

Install

npm i @rpkumar/immutable-tree

Weekly Downloads

1

Version

1.0.11

License

MIT

Unpacked Size

123 kB

Total Files

12

Last publish

Collaborators

  • praveen-kumar-rr