max-priority-queue-typed
v1.53.6
Published
Max Priority Queue. Javascript & Typescript Data Structure.
Downloads
2,803
Maintainers
Keywords
Readme
What
Brief
This is a standalone Max 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 max-priority-queue --save
yarn
yarn add max-priority-queue
snippet
API docs & Examples
Examples Repository