aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/SentinelDoublyLinkedList.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 doubly linked listMattias Andrée2014-01-231-0/+50
Signed-off-by: Mattias Andrée <maandree@operamail.com>