1.7.0 (2020-05-16)
- heap: add min/max/median-heaps (202ca9f)
1.6.0 (2020-05-08)
1.5.0 (2020-03-30)
- linkedList: remove by node (eac045a)
- lru-cache: add new implementations (3e787c6)
- trie: remove method (16005f3)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix(book): fix table typos commit
- fix(book): fix typo, array pop, and BST images commit
- fix(avl-tree): balance was not working properly commit
- fix(tree-rotations): prevent losing nodes commit
- fix(linkedlist): removeFirst's last reference commit
- Optimize NPM package
- fix(linked-list): insert in the middle bug commit
- Various docs fixes.
1.2.0 - 2019-04-04
- Added Eslint and Travis ci
- Readme improvements
- Badges for npm versions and build status
1.1.0 - 2019-03-29
- README.md added because NPM packages doesn't read README.adoc
- Public API to use the package
dsa.js
- This changelog
- Updated dependencies (removed lodash since is not needed)
1.0.0 - 2019-03-29
- Started the project
- Book released
- npm package published