Releases: datastructures-js/heap
Releases · datastructures-js/heap
datastructures-js-heap-v1.1.2
[1.1.2] - 2020-03-06
Fixed
- params naming.
datastructures-js-heap-v1.1.1
[1.1.1] - 2019-12-24
Fixed
- add a table of content to readme
datastructures-js-heap-v1.1.0
[1.1.0] - 2019-12-16
Added
.serialize()
to convert a heap to a list of serialized nodes.
Fixed
- improve README.
datastructures-js-heap-v1.0.1
[1.0.1] - 2019-12-16
Fixed
- Readme & Description.
datastructures-js-heap-v1.0.0
[1.0.0] - 2019-12-15
Added
- initial release