-
Notifications
You must be signed in to change notification settings - Fork 0
GiacomoP/JavaLinkedList
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published