2.0.0
2.0.0 (2020-09-08)
Features
- book/pq: add exercise with pq and dijkstra (3a2a24f)
- heap: add error handling for heaps (827177f)
- pq: improves docs and usability of priority queues (edf8808)
BREAKING CHANGES
- heap: size is now an attribute rather than a method. Similar to the built-in Map.size and Set.size