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
- Host: GitHub
- URL: https://github.com/lukaspietzschmann/binomial-tree
- Owner: LukasPietzschmann
- License: mit
- Created: 2019-11-29T15:13:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T09:12:20.000Z (about 6 years ago)
- Last Synced: 2025-02-15T13:38:47.383Z (over 1 year ago)
- Topics: binomial-heap, binomial-tree, java
- Language: Java
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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