qiao / heap.js

A binary heap implementation in CoffeeScript/JavaScript.
MIT License
125 stars 27 forks source link

Feature request: iterator #22

Open jamespedid opened 5 years ago

jamespedid commented 5 years ago

I'm not sure if this library is still maintained, but it would be nice if this library exposed an ES6 iterator to iterate over the heap.