DEV Community

Discussion on: Solution: Furthest Building You Can Reach

Collapse
 
seanpgallivan profile image
seanpgallivan

Thanks for the response!

I will admit that I felt a little bit bad about including an entire heap implementation (even if only for one JS solution) without actually going into how the heap structure works, but it really does provide much more efficient processing than the MinPriorityQueue npm, which is also obviously not in the standard library.