🚦 @data-structure/heapq Python's heap and priority queue library for JavaScript. Parents are js-data-structures and js-heap. import { heapify , heappop , heappush , heappushpop , heapreplace , merge , nlargest , nsmallest , } from '@data-structure/heapq' ; 📜 References Python's heapq library.