aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/SentinelSinglyLinkedList.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xor-linked array linked listsMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* code deduplicationMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + code deduplicationMattias Andrée2014-01-231-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sentinel singly linked listMattias Andrée2014-01-231-0/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>