Closed eduard-netsajev closed 5 years ago
Current implementations only allow to use Heap classes as min-heaps, only emulating max-heap properties through use of custom key function. This update brings real max-heap classes.
Current implementations only allow to use Heap classes as min-heaps, only emulating max-heap properties through use of custom key function. This update brings real max-heap classes.