aol / cyclops

An advanced, but easy to use, platform for writing functional applications in Java 8.
Apache License 2.0
1.32k stars 136 forks source link

Add a PriorityQueue implementation #814

Closed johnmcclean closed 6 years ago

johnmcclean commented 6 years ago

Based either on a Binomial Heap or a Skewed Binomial Heap

johnmcclean commented 6 years ago

There are enough datastructures - closing to prevent scope creep.