Felipe Ribeiro

Results 3 comments of Felipe Ribeiro

Thanks for the PR! There are already implementations for Priority Queues (https://github.com/felipernb/algorithms.js/blob/master/src/data_structures/priority_queue.js) Do you think you could make your changes on top of that instead?

Yeah, it's possible. But in order to do that without changing the interface we need to add another structure to keep track of the relation: item -> position in the...

I'm observing the same issue when using `react-virtualized` via `react-lazylog` and building with `parcel`. This fix seems to solve it