Skip to content

Files

Latest commit

482bee0 · Jul 28, 2020

History

History
232 lines (129 loc) · 6.97 KB

File metadata and controls

232 lines (129 loc) · 6.97 KB

1.10.0 (2020-07-28)

Features

  • book/arrays: add exercises (bcaf819)

1.9.0 (2020-06-30)

Features

  • heap: remove by index (6af937f)
  • linkedList: takes iterables in the constructor (1fa875f)

1.8.3 (2020-05-24)

Bug Fixes

  • book/maps: update space complexity (0be0176)

1.8.2 (2020-05-24)

Bug Fixes

  • book/hashset: update hashset space complexity (0319b29)

1.8.1 (2020-05-24)

Bug Fixes

  • book/maps: update time/space complexity values (3c4ef75)

1.8.0 (2020-05-23)

Bug Fixes

  • book/map: fix typo on maps space complexity (2f24f57)
  • hashmap: improve methods documentation (f6b47b5)

Features

  • maps: implement clear method for hashMap and treeMap (924c9a7)

1.7.1 (2020-05-20)

Bug Fixes

  • hashmap: fix TextEncoder reference (e13ff88)

1.7.0 (2020-05-16)

Features

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

1.6.0 (2020-05-08)

1.5.0 (2020-03-30)

Features

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

Changelog

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.

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(book): fix table typos commit

[1.3.8]

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

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

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

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

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

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

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(queue): runtime error commit
  • fix(book): remove lorem ipsum commit
  • docs(book): improve grammar

[1.2.3]

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(linkedlist): removeFirst's last reference commit

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • Optimize NPM package

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(linked-list): insert in the middle bug commit
  • Various docs fixes.

1.2.0 - 2019-04-04

Breaking changes (major)

New Features (minor)

  • Added Eslint and Travis ci

Fixes (patch)

  • Readme improvements
  • Badges for npm versions and build status

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

1.0.0 - 2019-03-29

Added

  • Started the project
  • Book released
  • npm package published

Changed

Removed