Home Manual Reference Source

:vertical_traffic_light:

@data-structure/heapq

Python's heap and priority queue library for JavaScript. Parents are js-data-structures and @heap-data-structure.

import {
    heapify ,
    heappop ,
    heappush ,
    heappushpop ,
    heapreplace ,
    merge ,
    nlargest ,
    nsmallest ,
} from '@data-structure/heapq' ;

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

:scroll: References