Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matanlurey/priority-queue.js
JS implementation of a PriorityQueue
https://github.com/matanlurey/priority-queue.js
Last synced: 8 days ago
JSON representation
JS implementation of a PriorityQueue
- Host: GitHub
- URL: https://github.com/matanlurey/priority-queue.js
- Owner: matanlurey
- Created: 2024-04-29T04:39:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T04:39:47.000Z (7 months ago)
- Last Synced: 2024-04-29T05:34:34.509Z (7 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `priority-queue.js`
A dead simple 1-file implementation of a `PriorityQueue` in JavaScript.