3.1.0 • Published 7 years ago

@aureooms/js-heapq v3.1.0

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

js-heapq

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

let {
	heapify ,
	heappop ,
	heappush ,
	heappushpop ,
	heapreplace ,
	merge ,
	nlargest ,
	nsmallest ,
} = heapq ;

NPM license NPM version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Documentation

References