Priority Queue, Min Priority Queue, Max Priority Queue. Javascript & Typescript Data Structure.
Package Exports
priority-queue-typed
priority-queue-typed/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (priority-queue-typed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
What
Brief
This is a standalone Priority Queue data structure from the data-structure-typed collection. If you wish to access more data structures or advanced features, you can transition to directly installing the complete data-structure-typed package
How
install
npm
npm i priority-queue-typed --save
yarn
yarnadd priority-queue-typed
methods
Priority Queue
Min Priority Queue
Max Priority Queue