Written by Itzik Efraim
December 18, 2019
My implementation of generic sorted linkedlist.
The list can only hold objects that implements the Comparable interface.
Node is implemented as a private inner class.
The head of the linkedlist doesn't hold a value, it points to the first element in the list.
To get an O(1) access to the end of list, I added a pointer to the rear.
-
Notifications
You must be signed in to change notification settings - Fork 0
Itzikefraim/Generic-Sorted-LinkedList
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published