https://github.com/nodef/extra-queue
Collection of elements where insert, delete happens only at the ends.
https://github.com/nodef/extra-queue
array back buffer circular consumer cyclic dequeue extra front pop producer push queue ring stack
Last synced: 24 days ago
JSON representation
Collection of elements where insert, delete happens only at the ends.
- Host: GitHub
- URL: https://github.com/nodef/extra-queue
- Owner: nodef
- License: mit
- Created: 2020-02-10T17:23:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T17:13:47.000Z (6 months ago)
- Last Synced: 2025-08-11T16:34:47.731Z (about 2 months ago)
- Topics: array, back, buffer, circular, consumer, cyclic, dequeue, extra, front, pop, producer, push, queue, ring, stack
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/extra-queue
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Collection of elements where insert, delete happens only at the ends.
## References
- [js-string-compression : Chen Caishun](https://github.com/cschen1205/js-string-compression)
