John,
I'm going to grab this one too :)
You make some great stuff!
On Sun, Oct 11, 2009 at 2:35 AM, John Harrop wrote:
> I've implemented a Clojure persistent, immutable priority queue data
> structure (built on a heap, in turn built on a Clojure vector). The
> namespace below exports the heap
I've implemented a Clojure persistent, immutable priority queue data
structure (built on a heap, in turn built on a Clojure vector). The
namespace below exports the heap operations as well as the priority queue
operations in case that's useful. These operations return a new data
structure instead o