Dsa.js Data Structures Algorithms Javascript Versions Save

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

2.7.6

2 years ago

2.7.6 (2021-11-30)

Bug Fixes

  • graph: minor typo in bfs code documentation (ccfcfe6), closes #110

2.7.5

2 years ago

2.7.5 (2021-05-24)

Bug Fixes

  • bst: on duplicates values the same node is returned (d350da8), closes #99

2.7.4

3 years ago

2.7.4 (2021-01-09)

Bug Fixes

  • bst: some typos on the code (6b9a4e8)

2.7.3

3 years ago

2.7.3 (2020-12-22)

Bug Fixes

  • book/bst: better wording (1d75301)
  • book/graph: add comments for runtimes using hashset implementations (c7c7947)
  • book/hashmap: exercise example and add tests (c137930)

2.7.2

3 years ago

2.7.2 (2020-12-17)

Bug Fixes

  • book: Rename fibonacci-dynamic-programming (ded0a70)

2.7.1

3 years ago

2.7.1 (2020-12-02)

Bug Fixes

  • book: update company names (38a4178)

2.7.0

3 years ago

2.7.0 (2020-10-30)

Bug Fixes

  • book/set: split Set chapter into Hash Set and Tree Set for better (c1cf57a)

Features

  • book: show companies asked questions (b3167f9)
  • book/linkedlist: add applications (2b96f00)

2.6.0

3 years ago

2.6.0 (2020-10-28)

Bug Fixes

Features

  • book: add chapter numbers (0f13f90)
  • book/linkedlist: linked lists techniques and common patterns (8cd126d)

2.5.1

3 years ago

2.5.1 (2020-10-23)

Bug Fixes

  • linkedlist: refactored methods and improve book images and (ba110e2)
  • linkedlist: rename indexOf to getIndex to make it clearer (fcf3db6)

2.5.0

3 years ago

2.5.0 (2020-10-22)

Features

  • book/hashmap: add code examples and patterns (f7b8d59)