heap-js

ignlg
esm
heap-js JS library on GitHub heap-js JS library on npm Download heap-js JS library

Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.

Version 2.6.0 License BSD-3-Clause
heap-js has no homepage
heap-js JS library on GitHub
heap-js JS library on npm
Download heap-js JS library
Keywords
heapbinary heappriority queuetreebinary treedata structurealgorithmtypescript
INSTALL
Type:
<script type="module"> import heapJs from 'https://cdn.jsdelivr.net/npm/heap-js@2.6.0/+esm' </script>
Learn more