very cool - thankyou
On Wednesday, October 23, 2013 5:46:00 PM UTC+11, puzzler wrote:
>
> https://github.com/clojure/data.priority-map/
>
> A priority map is similar to a sorted map, but sorts the entries by the
> values rather than the keys in the map. Think of it as a kind of priority
> queue
https://github.com/clojure/data.priority-map/
A priority map is similar to a sorted map, but sorts the entries by the
values rather than the keys in the map. Think of it as a kind of priority
queue with a full map-like API to query, add, adjust, and remove items and
their priorities.
The new 0.0