Package | Description |
---|---|
components.linkedlist |
LinkedList data structure component family and their implementations. |
Modifier and Type | Class and Description |
---|---|
class |
DoublyLinkedList<T>
A non-layered implementation of a doubly-linked list using 2 sentinel nodes.
|
class |
LinkedList1L<T> |
class |
SinglyLinkedList<T>
A non-layered implementation of a singly-linked list using 2 sentinel nodes.
|