Skip to content

Tags: ehom/dsa.js-data-structures-algorithms-javascript

Tags

1.18.0

Toggle 1.18.0's commit message
🔖 chore(release): 1.18.0

# [1.18.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.17.0...1.18.0) (2020-09-07)

### Features

* **book/graph:** add schedule exercise and solution ([6a83cf8](amejiarosario@6a83cf8))

1.17.0

Toggle 1.17.0's commit message
🔖 chore(release): 1.17.0

# [1.17.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.16.0...1.17.0) (2020-09-04)

### Features

* **book/set:** add questions and solutions ([f40dc63](amejiarosario@f40dc63))

1.16.0

Toggle 1.16.0's commit message
🔖 chore(release): 1.16.0

# [1.16.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.15.0...1.16.0) (2020-09-03)

### Features

* **book/hashmap:** add exercises and solutions ([d18186b](amejiarosario@d18186b))

1.15.0

Toggle 1.15.0's commit message
🔖 chore(release): 1.15.0

# [1.15.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.14.0...1.15.0) (2020-09-02)

### Bug Fixes

* **book/solutions:** fix missing solutions ([464417e](amejiarosario@464417e))

### Features

* **BinaryTreeNode:** add BinaryTreeNode.from ([bcb4c28](amejiarosario@bcb4c28))
* **book/binary-tree:** add right side view exercise and solution ([28346a4](amejiarosario@28346a4))
* **book/bt:** add binary tree diameter problem ([068dd9c](amejiarosario@068dd9c))

1.14.0

Toggle 1.14.0's commit message
🔖 chore(release): 1.14.0

# [1.14.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.13.0...1.14.0) (2020-08-31)

### Features

* **book/questions:** add examples ([c1a8f8e](amejiarosario@c1a8f8e))
* **book/questions:** add where the interview questions have been seen ([1f01baf](amejiarosario@1f01baf))
* **book/queue:** add recent counter questions and solution ([77d4596](amejiarosario@77d4596))
* **book/queue:** add solution for queue question ([9a88766](amejiarosario@9a88766))
* **queue:** add front, back and peek methods ([04aa9db](amejiarosario@04aa9db))

1.13.0

Toggle 1.13.0's commit message
🔖 chore(release): 1.13.0

# [1.13.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.12.0...1.13.0) (2020-08-26)

### Features

* **book/exercises:** interview q&a for linked lists and stacks ([3bb86fd](amejiarosario@3bb86fd))

1.12.0

Toggle 1.12.0's commit message
🔖 chore(release): 1.12.0

# [1.12.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.11.0...1.12.0) (2020-08-26)

### Features

* **book/exercises:** interview q&a for linked lists and stacks ([amejiarosario#69](amejiarosario#69)) ([ca4bf45](amejiarosario@ca4bf45))

### Reverts

* Revert "(book/exercises): interview q&a for linked lists and stacks (amejiarosario#69)" (amejiarosario#70) ([06bd3f6](amejiarosario@06bd3f6)), closes [amejiarosario#69](amejiarosario#69) [amejiarosario#70](amejiarosario#70)

1.11.0

Toggle 1.11.0's commit message
🔖 chore(release): 1.11.0

# [1.11.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.10.0...1.11.0) (2020-08-22)

### Bug Fixes

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

### Features

* **book:** add appendix D with interview question solutions ([ca119f2](amejiarosario@ca119f2))
* **book:array:** add solutions for interview questions ([b5a00dd](amejiarosario@b5a00dd))
* **book/array:** add max subarray questions and solution ([5935b95](amejiarosario@5935b95))
* **book/array:** add stock questions and solution ([6ab8bc4](amejiarosario@6ab8bc4))

1.10.0

Toggle 1.10.0's commit message
🔖 chore(release): 1.10.0

# [1.10.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.9.0...1.10.0) (2020-07-28)

### Features

* **book/arrays:** add exercises ([bcaf819](amejiarosario@bcaf819))

1.9.0

Toggle 1.9.0's commit message
🔖 chore(release): 1.9.0

# [1.9.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.8.3...1.9.0) (2020-06-30)

### Features

* **heap:** remove by index ([6af937f](amejiarosario@6af937f))
* **linkedList:** takes iterables in the constructor ([1fa875f](amejiarosario@1fa875f))