4.0.2 • Published 3 years ago

@data-structure/heapq v4.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 years ago

: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