aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/DoublyLinkedList.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no hardcoding of gpp commandMattias Andrée2014-01-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* preparation for circularly linked listsMattias Andrée2014-01-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2014-01-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add doubly linked listMattias Andrée2014-01-221-0/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>