jheaps
jheaps copied to clipboard
Master repository for the JHeaps project
### Add info about which signing keys will be used for published artifacts. For security purposes, it would be great if you were able to publish details (in the project...
The above pull request fixes possible issue in two descrease methods in Fibonacci heap. The idea is that there is no sense in changing node's key to a new one,...
Sonarqube 7.8 community shows some issues, in particular possible null pointers being dereferenced. Example in src/main/java/org/jheaps/tree/BinaryTreeSoftAddressableHeap.java. Line 810 implies that 'cur1' can be null. In Line 772 'cur1' is dereferenced....
Is there a way to get AddressableHeap.Handle for elements inserted with heapify method?