Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-23 | whoops + add array sentinel linked lists | Mattias Andrée | 10 | -33/+177 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | m | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | m | Mattias Andrée | 1 | -2/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | missed to initialise the sentinel node | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | whoops | Mattias Andrée | 1 | -11/+11 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | add array linked lists | Mattias Andrée | 8 | -1/+657 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | add sentinel doubly linked list | Mattias Andrée | 2 | -1/+51 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | add sentinel singly linked list | Mattias Andrée | 3 | -1/+248 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-23 | whitespace | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-22 | no hardcoding of gpp command | Mattias Andrée | 9 | -9/+9 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-22 | a public constructore for linked list nodes a level of flexibility to the data structures | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-22 | add headless linked lists | Mattias Andrée | 3 | -1/+93 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-22 | add circularly linked lists | Mattias Andrée | 2 | -0/+84 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-22 | preparation for circularly linked lists | Mattias Andrée | 5 | -15/+40 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
2014-01-22 | m doc | Mattias Andrée | 4 | -4/+4 | |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |