Skip to content

Releases: amejiarosario/dsa.js-data-structures-algorithms-javascript

1.7.1

20 May 15:30
Compare
Choose a tag to compare

1.7.1 (2020-05-20)

Bug Fixes

  • hashmap: fix TextEncoder reference (e13ff88)

1.7.0

16 May 01:09
Compare
Choose a tag to compare

1.7.0 (2020-05-16)

Features

  • heap: add min/max/median-heaps (202ca9f)

1.6.0

08 May 23:36
Compare
Choose a tag to compare

1.6.0 (2020-05-08)

1.5.0

30 Mar 18:51
Compare
Choose a tag to compare

1.5.0 (2020-03-30)

Features

  • linkedList: remove by node (eac045a)
  • lru-cache: add new implementations (3e787c6)
  • trie: remove method (16005f3)

1.4.0

30 Mar 01:07
965fbd1
Compare
Choose a tag to compare

1.4.0 (2020-03-30)

Features

  • trie: feature complete (e31cc62)
  • trie: implement trie data structure (a0e0fd8)
  • trie: remove method (a81f6e1)

BST and Heaps docs improvements

12 Feb 16:02
Compare
Choose a tag to compare

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(book): fix typo, array pop, and BST images commit
  • fix(book): fix typo for heaps commit

AVL Tree Improvements

27 Aug 19:12
Compare
Choose a tag to compare

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(avl-tree): balance was not working properly commit

1.3.6

27 Aug 19:13
48fe6f3
Compare
Choose a tag to compare

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

tree-rotations improvements

23 Aug 20:30
Compare
Choose a tag to compare

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(tree-rotations): prevent losing nodes commit

[email protected]

29 Mar 16:40
Compare
Choose a tag to compare

1.1.0 - 2019-03-29

Added

  • README.md added because NPM packages doesn't read README.adoc
  • Public API to use the package dsa.js
  • This changelog

Changed

  • Updated dependencies (removed lodash since is not needed)

Removed