Skip to content

Double-ended and Triple-ended Queues that can be modified at any index

License

Notifications You must be signed in to change notification settings

owenlejeune/Multi-Ended-Queues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenArrayDeque

OpenArrayDeque is a custom implementation of the Java ArrayDeque collection using the 'circular array' design. It allows for fast add/remove operations near the front and end of the collection, but also allows for modification at any index.

Treque

Treque utilizes the OpenArrayDeque to create a 'triple-ended' queue that allows for fast modification near the front, back, and middle of the collection.

About

Double-ended and Triple-ended Queues that can be modified at any index

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages