Skip to content

This is an interface for a classic Queue implementation. A queue is a linear structure in which items enter at the rear and leave from the front. Hence, a queue is a first-in, first-out store - a FIFO.

aliyag/Queue-Implementation-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

About

This is an interface for a classic Queue implementation. A queue is a linear structure in which items enter at the rear and leave from the front. Hence, a queue is a first-in, first-out store - a FIFO.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages