Skip to content

Releases: datastructures-js/binary-search-tree

@datastructures-js/binary-search-tree-v3.1.5

13 Apr 04:19
72e6995
Compare
Choose a tag to compare

[3.1.5] - 2020-04-12

Fixed

  • README

@datastructures-js/binary-search-tree-v3.1.4

13 Apr 04:08
73d71de
Compare
Choose a tag to compare

[3.1.4] - 2020-04-12

Fixed

  • jsdoc

@datastructures-js/binary-search-tree-v3.1.3

10 Apr 06:08
4c9f94a
Compare
Choose a tag to compare

[3.1.3] - 2020-04-10

Fixed

  • README

@datastructures-js/binary-search-tree-v3.1.2

10 Apr 05:56
e242e6b
Compare
Choose a tag to compare

[3.1.2] - 2020-04-10

Fixed

  • README
  • jsdoc

@datastructures-js/binary-search-tree-v3.1.1

01 Apr 17:45
853728d
Compare
Choose a tag to compare

[3.1.1] - 2020-04-01

Fixed

  • use the same balancing algorithm for insert and remove.

@datastructures-js/binary-search-tree-v3.1.0

01 Apr 03:52
b84ae4b
Compare
Choose a tag to compare

[3.1.0] - 2020-03-31

Added

  • AvlTreeNode & AvlTree implementation.

@datastructures-js/binary-search-tree-v3.0.1

29 Mar 19:01
7d85bfa
Compare
Choose a tag to compare

[3.0.1] - 2020-03-29

Fixed

  • return the updated node in .insert

@datastructures-js/binary-search-tree-v3.0.0

28 Mar 06:07
4be470e
Compare
Choose a tag to compare

[3.0.0] - 2020-03-28

Changed

  • New release