Skip to content

litesoft-java/SingleLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SingleLinkedList

Effectively a FIFO queue (implemented as linked list), with the added support to "push" an entry as the new next (first) node

On maven Central (latest release):

  <dependency>
    <groupId>org.litesoft</groupId>
    <artifactId>single_linked_list</artifactId>
    <version>1.1.0</version>
  </dependency>

About

Effectively a FIFO queue (implemented as linked list), with the added support to "push" an entry as the new next (first) node

Resources

License

Stars

Watchers

Forks

Packages

No packages published