aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/ArraySentinelDoublyLinkedList.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix errors and start on a performance testMattias Andrée2014-10-121-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* xor-linked array linked listsMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-01-231-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* code deduplicationMattias Andrée2014-01-231-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + code deduplicationMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops + add array sentinel linked listsMattias Andrée2014-01-231-0/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>