aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceMattias Andrée2014-01-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* a public constructore for linked list nodes a level of flexibility to the data structuresMattias Andrée2014-01-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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>