Skip to content

2.0.0

Compare
Choose a tag to compare
@amejiarosario amejiarosario released this 08 Sep 16:04
· 85 commits to master since this release

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