Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

dzackgarza/BoundedQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bounded Queue

In order to test the Bounded Queue class, you cacn find a jar in the ./out/artifacts/KPCB_jar directory. You can run it with the following command:

java -jar KPCB.jar

(Note: while it was compiled with Java 1.8, it should work with any version.)

To see the implementation, look no further than the ./src directory!

There you'll find BoundedQueue.java, which contains the implentation and a discussion of algorithmic running time and memory considerations. You can also review Main.java to find a few tests, and the guarantees that can be made as long as those tests are passed.

About

A quick and simple implementation of a generic queue bounded by a maximum size.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages