aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no hardcoding of gpp commandMattias Andrée2014-01-228-8/+8
| | | | 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-223-1/+93
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add circularly linked listsMattias Andrée2014-01-222-0/+84
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* preparation for circularly linked listsMattias Andrée2014-01-225-15/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-01-224-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tailless doubly linked listMattias Andrée2014-01-221-0/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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>