dsa.js-data-structures-algorithms-javascript

🥞Data Structures and Algorithms explained and implemented in JavaScript + eBook

MIT License

Stars
7.5K
Committers
23

Bot releases are hidden (Show)

dsa.js-data-structures-algorithms-javascript - 1.14.0

Published by amejiarosario about 4 years ago

1.14.0 (2020-08-31)

Features

  • book/questions: add examples (c1a8f8e)
  • book/questions: add where the interview questions have been seen (1f01baf)
  • book/queue: add recent counter questions and solution (77d4596)
  • book/queue: add solution for queue question (9a88766)
  • queue: add front, back and peek methods (04aa9db)
dsa.js-data-structures-algorithms-javascript - 1.13.0

Published by amejiarosario about 4 years ago

1.13.0 (2020-08-26)

Features

  • book/exercises: interview q&a for linked lists and stacks (3bb86fd)
dsa.js-data-structures-algorithms-javascript - 1.12.0

Published by amejiarosario about 4 years ago

1.12.0 (2020-08-26)

Features

  • book/exercises: interview q&a for linked lists and stacks (#69) (ca4bf45)

Reverts

  • Revert "(book/exercises): interview q&a for linked lists and stacks (#69)" (#70) (06bd3f6), closes #69 #70
dsa.js-data-structures-algorithms-javascript - 1.11.0

Published by amejiarosario about 4 years ago

1.11.0 (2020-08-22)

Bug Fixes

  • book: multiple broken links and bump epub version (57960e2), closes #60
  • book: workaround for c++ issue in asciidoc (dbdef21)

Features

  • book: add appendix D with interview question solutions (ca119f2)
  • book:array: add solutions for interview questions (b5a00dd)
  • book/array: add max subarray questions and solution (5935b95)
  • book/array: add stock questions and solution (6ab8bc4)
dsa.js-data-structures-algorithms-javascript - 1.10.0

Published by amejiarosario about 4 years ago

1.10.0 (2020-07-28)

Features

  • book/arrays: add exercises (bcaf819)
dsa.js-data-structures-algorithms-javascript - 1.9.0

Published by amejiarosario over 4 years ago

1.9.0 (2020-06-30)

Features

  • heap: remove by index (6af937f)
  • linkedList: takes iterables in the constructor (1fa875f)
dsa.js-data-structures-algorithms-javascript - 1.8.3

Published by amejiarosario over 4 years ago

1.8.3 (2020-05-24)

Bug Fixes

  • book/maps: update space complexity (0be0176)
dsa.js-data-structures-algorithms-javascript - 1.8.2

Published by amejiarosario over 4 years ago

1.8.2 (2020-05-24)

Bug Fixes

  • book/hashset: update hashset space complexity (0319b29)
dsa.js-data-structures-algorithms-javascript - 1.8.1

Published by amejiarosario over 4 years ago

1.8.1 (2020-05-24)

Bug Fixes

  • book/maps: update time/space complexity values (3c4ef75)
dsa.js-data-structures-algorithms-javascript - 1.8.0

Published by amejiarosario over 4 years ago

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)
dsa.js-data-structures-algorithms-javascript - 1.7.1

Published by amejiarosario over 4 years ago

1.7.1 (2020-05-20)

Bug Fixes

  • hashmap: fix TextEncoder reference (e13ff88)
dsa.js-data-structures-algorithms-javascript - 1.7.0

Published by amejiarosario over 4 years ago

1.7.0 (2020-05-16)

Features

  • heap: add min/max/median-heaps (202ca9f)
dsa.js-data-structures-algorithms-javascript - 1.6.0

Published by amejiarosario over 4 years ago

1.6.0 (2020-05-08)

dsa.js-data-structures-algorithms-javascript - 1.5.0

Published by amejiarosario over 4 years ago

1.5.0 (2020-03-30)

Features

  • linkedList: remove by node (eac045a)
  • lru-cache: add new implementations (3e787c6)
  • trie: remove method (16005f3)
dsa.js-data-structures-algorithms-javascript - 1.4.0

Published by amejiarosario over 4 years ago

1.4.0 (2020-03-30)

Features

  • trie: feature complete (e31cc62)
  • trie: implement trie data structure (a0e0fd8)
  • trie: remove method (a81f6e1)
dsa.js-data-structures-algorithms-javascript - BST and Heaps docs improvements

Published by amejiarosario over 4 years ago

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
dsa.js-data-structures-algorithms-javascript - 1.3.6

Published by amejiarosario about 5 years ago

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

dsa.js-data-structures-algorithms-javascript - AVL Tree Improvements

Published by amejiarosario about 5 years ago

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(avl-tree): balance was not working properly commit
dsa.js-data-structures-algorithms-javascript - tree-rotations improvements

Published by amejiarosario about 5 years ago

Breaking Changes (major)

New Features (minor)

Bug Fixes (patch)

  • fix(tree-rotations): prevent losing nodes commit
dsa.js-data-structures-algorithms-javascript - [email protected]

Published by amejiarosario over 5 years ago

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