1.0.11 • Published 3 years ago

@rpkumar/immutable-tree v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago