aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add doubly linked listMattias Andrée2014-01-224-4/+143
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce duplicate codeMattias Andrée2014-01-223-218/+156
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tailless singly linked listMattias Andrée2014-01-221-0/+133
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add singly linked listMattias Andrée2014-01-221-0/+160
Signed-off-by: Mattias Andrée <maandree@operamail.com>