aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add headless linked listsMattias Andrée2014-01-221-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* preparation for circularly linked listsMattias Andrée2014-01-221-8/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add doubly linked listMattias Andrée2014-01-221-2/+101
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce duplicate codeMattias Andrée2014-01-221-0/+152
Signed-off-by: Mattias Andrée <maandree@operamail.com>