An open API service indexing awesome lists of open source software.

https://github.com/lukaspietzschmann/binomial-tree

An implementation of a binomail Heap in Java
https://github.com/lukaspietzschmann/binomial-tree

binomial-heap binomial-tree java

Last synced: 6 months ago
JSON representation

An implementation of a binomail Heap in Java

Awesome Lists containing this project

README

          

# Binomial-Tree
This is a priority queue implemented with a binomial-Heap.

It implements support for
* inserting an Entry with an associated Priority
* removing a specific Entry
* finding and removing the Entry with a minimal Priority
* changing the Priority of a specific Entry