-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 65e302b
committed
🔖 chore(release): 2.0.0
# [2.0.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.18.0...2.0.0) (2020年09月08日)
### Features
* **book/pq:** add exercise with pq and dijkstra ([3a2a24f](amejiarosario@3a2a24f))
* **heap:** add error handling for heaps ([827177f](amejiarosario@827177f))
* **pq:** improves docs and usability of priority queues ([edf8808](amejiarosario@edf8808))
### BREAKING CHANGES
* **heap:** size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size1 parent c211644 commit 65e302b
3 files changed
+16
-2
lines changedLines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
1 | 15 |
| |
2 | 16 |
| |
3 | 17 |
| |
|
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments