[ ソース: jheaps ]
パッケージ: libjheaps-java (0.14-2)
libjheaps-java に関するリンク
Debian の資源:
jheaps ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Java library with various heap implementations
This library contains various heap implementations written in Java. A heap is a priority queue data type which contains elements with keys (duplicate keys are permitted) from a totally-ordered universe. The library is easy to use, its data structures have a well defined interface, it is fast and well documented, and the heaps are written in a similar way as in the JDK.