aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-23whoops + add array sentinel linked listsMattias Andrée10-33/+177
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23mMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23missed to initialise the sentinel nodeMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23whoopsMattias Andrée1-11/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23add array linked listsMattias Andrée8-1/+657
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23add sentinel doubly linked listMattias Andrée2-1/+51
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23add sentinel singly linked listMattias Andrée3-1/+248
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-23whitespaceMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-22no hardcoding of gpp commandMattias Andrée9-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-22a public constructore for linked list nodes a level of flexibility to the data structuresMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-22add headless linked listsMattias Andrée3-1/+93
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-22add circularly linked listsMattias Andrée2-0/+84
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-22preparation for circularly linked listsMattias Andrée5-15/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-22m docMattias Andrée4-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>