https://github.com/tunnels4u/java_queues
This is a free to reuse - Random Access Queue with constant time (O(1)) addition, removal and random access.
https://github.com/tunnels4u/java_queues
free java queue random-access
Last synced: 10 months ago
JSON representation
This is a free to reuse - Random Access Queue with constant time (O(1)) addition, removal and random access.
- Host: GitHub
- URL: https://github.com/tunnels4u/java_queues
- Owner: tunnels4u
- License: mit
- Created: 2024-11-05T16:28:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T14:23:21.000Z (about 1 year ago)
- Last Synced: 2025-03-28T14:11:19.537Z (10 months ago)
- Topics: free, java, queue, random-access
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RandomAccessQueue.java
This is a free to reuse - Random Access Queue with constant time (O(1)) addition, removal and random access.
Please also have a look at the license file.
If you find it is useful for you and the community and more customised java data structures should be developed,
please consider hitting that sponsorship button on the right ! or if you feel like, just buy me a coffee!
## How to use it?
**You will need**
- jdk 1.8
**Queue has the ability to add at end, remove from top and random access**
- Please let me know if you need more utilities for this queue, I can provide more versions of it.