Dsa.js Data Structures Algorithms Javascript Versions Save

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

1.14.0

3 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)

1.13.0

3 years ago

1.13.0 (2020-08-26)

Features

  • book/exercises: interview q&a for linked lists and stacks (3bb86fd)

1.12.0

3 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

1.11.0

3 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)

1.10.0

3 years ago

1.10.0 (2020-07-28)

Features

  • book/arrays: add exercises (bcaf819)

1.9.0

3 years ago

1.9.0 (2020-06-30)

Features

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

1.8.3

3 years ago

1.8.3 (2020-05-24)

Bug Fixes

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

1.8.2

3 years ago

1.8.2 (2020-05-24)

Bug Fixes

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

1.8.1

3 years ago

1.8.1 (2020-05-24)

Bug Fixes

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

1.8.0

3 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)