Skip to content

DahlitzFlorian/java-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Queue

Description

This repository includes a Java-based queue. It's realised through an interface
and a corresponding class. If you would like to see an example usage, make sure to
check out the TestQueue.java file.

version 1.0

Run Tests

To run the very basic test, clone this repository, go inside of the folder and compile
the source code via

javac IQueue.java Queue.java TestQueue.java

After that you are able to run the very basic test via

java TestQueue

The provided test contains a String-Queue and an Integer-Queue. Hope it's an inspiration for you!

About

Simple implementation of a queue in Java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages