aureooms-js-heapqdeprecated

Python's heap and priority queue library for JavaScript

Usage no npm install needed!

<script type="module">
  import aureoomsJsHeapq from 'https://cdn.skypack.dev/aureooms-js-heapq';
</script>

README

js-heapq

Python's heap and priority queue library for JavaScript. Parent is js-data-structures.

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