Skip to content

A sorted linked list made in Java. Good performances, it's better than plain linked lists at least.

Notifications You must be signed in to change notification settings

GiacomoP/JavaLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Linked List

What is it?
-------------

This is a library you can use to create linked lists in Java.
It contains a sample to show you how to use it.
The linked list is sorted to get good performances, so you'll
need a comparable key for every object you put in the list.

About

A sorted linked list made in Java. Good performances, it's better than plain linked lists at least.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages