Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missed to initialise the sentinel node | Mattias Andrée | 2014-01-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whoops | Mattias Andrée | 2014-01-23 | 1 | -11/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add array linked lists | Mattias Andrée | 2014-01-23 | 7 | -0/+654 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add sentinel doubly linked list | Mattias Andrée | 2014-01-23 | 2 | -1/+51 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add sentinel singly linked list | Mattias Andrée | 2014-01-23 | 2 | -0/+247 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-01-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | no hardcoding of gpp command | Mattias Andrée | 2014-01-22 | 8 | -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 structures | Mattias Andrée | 2014-01-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add headless linked lists | Mattias Andrée | 2014-01-22 | 3 | -1/+93 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add circularly linked lists | Mattias Andrée | 2014-01-22 | 2 | -0/+84 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | preparation for circularly linked lists | Mattias Andrée | 2014-01-22 | 5 | -15/+40 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m doc | Mattias Andrée | 2014-01-22 | 4 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add tailless doubly linked list | Mattias Andrée | 2014-01-22 | 1 | -0/+40 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add doubly linked list | Mattias Andrée | 2014-01-22 | 4 | -4/+143 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | reduce duplicate code | Mattias Andrée | 2014-01-22 | 3 | -218/+156 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add tailless singly linked list | Mattias Andrée | 2014-01-22 | 1 | -0/+133 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add singly linked list | Mattias Andrée | 2014-01-22 | 1 | -0/+160 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |