UNPKG

addressable-binary-heaps

Version:

A versatile TypeScript library for addressable binary heaps, delivering optimized and scalable min-heap and max-heap implementations, seamlessly supporting both object-oriented and functional paradigms.

29 lines (18 loc) 1.96 kB
# Changelog ## [1.0.2](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.1...v1.0.2) (2025-05-26) ### Features * dependencies update ([#5](https://github.com/styiannis/addressable-binary-heaps/issues/5)) ([c947961](https://github.com/styiannis/addressable-binary-heaps/commit/c947961343ccdef71e2e218713e3c02b68ffe9ab)) ## [1.0.1](https://github.com/styiannis/addressable-binary-heaps/compare/v1.0.0...v1.0.1) (2025-04-03) ### Features * inline documentation updates and minor code improvements ([#4](https://github.com/styiannis/addressable-binary-heaps/issues/4)) ([59b2a57](https://github.com/styiannis/addressable-binary-heaps/commit/59b2a57985468672e049d52ca8fc0f8f7cdefcde)) ## [1.0.0](https://github.com/styiannis/addressable-binary-heaps/compare/v0.9.0...v1.0.0) (2025-03-06) ### Features * version 1.0.0 ([#3](https://github.com/styiannis/addressable-binary-heaps/issues/3)) ([4431a16](https://github.com/styiannis/addressable-binary-heaps/commit/4431a164cea90e6bcecd547a6f1ed6bf919fb4d4)) ## [0.9.0](https://github.com/styiannis/addressable-binary-heaps/compare/v0.5.0...v0.9.0) (2025-03-06) ### Features * classes ([#2](https://github.com/styiannis/addressable-binary-heaps/issues/2)) ([1c62f29](https://github.com/styiannis/addressable-binary-heaps/commit/1c62f291db6f2162403ccfc675fada6d53776a38)) ## [0.5.0](https://github.com/styiannis/addressable-binary-heaps/compare/cdd234454eb85c4685468d6a6ab5f9815c54d456...v0.5.0) (2025-03-06) ### Features * basic package structure ([cdd2344](https://github.com/styiannis/addressable-binary-heaps/commit/cdd234454eb85c4685468d6a6ab5f9815c54d456)) * core ([#1](https://github.com/styiannis/addressable-binary-heaps/issues/1)) ([6b67911](https://github.com/styiannis/addressable-binary-heaps/commit/6b67911e8ca3ba3c0085571cd79e5bd0d7cefb4c)) * workflows update ([c15476f](https://github.com/styiannis/addressable-binary-heaps/commit/c15476f631de02c04815255b39dba367423ab856))