You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔖 chore(release): 2.2.0
# [2.2.0](2.1.0...2.2.0) (2020-09-29)
### Features
* **book/big-o:** add new chapter on how to determine big o from code. ([68c73d4](68c73d4))
🔖 chore(release): 2.0.0
# [2.0.0](1.18.0...2.0.0) (2020-09-08)
### Features
* **book/pq:** add exercise with pq and dijkstra ([3a2a24f](3a2a24f))
* **heap:** add error handling for heaps ([827177f](827177f))
* **pq:** improves docs and usability of priority queues ([edf8808](edf8808))
### BREAKING CHANGES
* **heap:** size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size