aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/sentinel-template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* m + code deduplicationMattias Andrée2014-01-231-198/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-01-231-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to initialise the sentinel nodeMattias Andrée2014-01-231-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sentinel doubly linked listMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sentinel singly linked listMattias Andrée2014-01-231-0/+198
Signed-off-by: Mattias Andrée <maandree@operamail.com>