Tags: amejiarosario/dsa.js-data-structures-algorithms-javascript
Tags
🔖 chore(release): 1.14.0 # [1.14.0](1.13.0...1.14.0) (2020-08-31) ### Features * **book/questions:** add examples ([c1a8f8e](c1a8f8e)) * **book/questions:** add where the interview questions have been seen ([1f01baf](1f01baf)) * **book/queue:** add recent counter questions and solution ([77d4596](77d4596)) * **book/queue:** add solution for queue question ([9a88766](9a88766)) * **queue:** add front, back and peek methods ([04aa9db](04aa9db))
🔖 chore(release): 1.12.0 # [1.12.0](1.11.0...1.12.0) (2020-08-26) ### Features * **book/exercises:** interview q&a for linked lists and stacks ([#69](#69)) ([ca4bf45](ca4bf45)) ### Reverts * Revert "(book/exercises): interview q&a for linked lists and stacks (#69)" (#70) ([06bd3f6](06bd3f6)), closes [#69](#69) [#70](#70)
🔖 chore(release): 1.11.0 # [1.11.0](1.10.0...1.11.0) (2020-08-22) ### Bug Fixes * **book:** multiple broken links and bump epub version ([57960e2](57960e2)), closes [#60](#60) * **book:** workaround for c++ issue in asciidoc ([dbdef21](dbdef21)) ### Features * **book:** add appendix D with interview question solutions ([ca119f2](ca119f2)) * **book:array:** add solutions for interview questions ([b5a00dd](b5a00dd)) * **book/array:** add max subarray questions and solution ([5935b95](5935b95)) * **book/array:** add stock questions and solution ([6ab8bc4](6ab8bc4))
🔖 chore(release): 1.8.0 # [1.8.0](1.7.1...1.8.0) (2020-05-23) ### Bug Fixes * **book/map:** fix typo on maps space complexity ([2f24f57](2f24f57)) * **hashmap:** improve methods documentation ([f6b47b5](f6b47b5)) ### Features * **maps:** implement clear method for hashMap and treeMap ([924c9a7](924c9a7))