An open API service indexing awesome lists of open source software.

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.

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.