Skip to content

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

Tags

2.7.6

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

## [2.7.6](2.7.5...2.7.6) (2021-11-30)

### Bug Fixes

* **graph:** minor typo in bfs code documentation ([ccfcfe6](ccfcfe6)), closes [#110](#110)

2.7.5

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

## [2.7.5](2.7.4...2.7.5) (2021-05-24)

### Bug Fixes

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

2.7.4

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

## [2.7.4](2.7.3...2.7.4) (2021-01-09)

### Bug Fixes

* **bst:** some typos on the code ([6b9a4e8](6b9a4e8))

2.7.3

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

## [2.7.3](2.7.2...2.7.3) (2020-12-22)

### Bug Fixes

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

2.7.2

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

## [2.7.2](2.7.1...2.7.2) (2020-12-17)

### Bug Fixes

* **book:** Rename fibonacci-dynamic-programming ([ded0a70](ded0a70))

2.7.1

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

## [2.7.1](2.7.0...2.7.1) (2020-12-02)

### Bug Fixes

* **book:** update company names ([38a4178](38a4178))

2.7.0

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

# [2.7.0](2.6.0...2.7.0) (2020-10-30)

### Bug Fixes

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

### Features

* **book:** show companies asked questions ([b3167f9](b3167f9))
* **book/linkedlist:** add applications ([2b96f00](2b96f00))

2.6.0

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

# [2.6.0](2.5.1...2.6.0) (2020-10-28)

### Bug Fixes

* **test:** refactor tests ([571834a](571834a))

### Features

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

2.5.1

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

## [2.5.1](2.5.0...2.5.1) (2020-10-23)

### Bug Fixes

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

2.5.0

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

# [2.5.0](2.4.0...2.5.0) (2020-10-22)

### Features

* **book/hashmap:** add code examples and patterns ([f7b8d59](f7b8d59))