Releases: amejiarosario/dsa.js-data-structures-algorithms-javascript
Releases · amejiarosario/dsa.js-data-structures-algorithms-javascript
2.4.0
2.4.0 (2020-10-19)
Bug Fixes
- book/array: improve examples and grammar (04836cd)
Features
- book/array: add array patterns for solving problems (8c7b7be)
- book/array: sliding window pattern (8fa2746)
2.3.0
2.3.0 (2020-10-03)
Features
- treeMap: get last entry (highest value) (249de5d)
2.2.1
2.2.1 (2020-10-02)
Bug Fixes
2.2.0
2.2.0 (2020-09-29)
Features
- book/big-o: add new chapter on how to determine big o from code. (68c73d4)
2.1.0
2.1.0 (2020-09-11)
Features
- book/sorting: add questions and solutions (fdb8bd8)
2.0.0
2.0.0 (2020-09-08)
Features
- book/pq: add exercise with pq and dijkstra (3a2a24f)
- heap: add error handling for heaps (827177f)
- pq: improves docs and usability of priority queues (edf8808)
BREAKING CHANGES
- heap: size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size
1.18.0
1.18.0 (2020-09-07)
Features
- book/graph: add schedule exercise and solution (6a83cf8)
1.17.0
1.17.0 (2020-09-04)
Features
- book/set: add questions and solutions (f40dc63)
1.16.0
1.16.0 (2020-09-03)
Features
- book/hashmap: add exercises and solutions (d18186b)
1.15.0
1.15.0 (2020-09-02)
Bug Fixes
- book/solutions: fix missing solutions (464417e)
Features
- BinaryTreeNode: add BinaryTreeNode.from (bcb4c28)
- book/binary-tree: add right side view exercise and solution (28346a4)
- book/bt: add binary tree diameter problem (068dd9c)