aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/template (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-24typoMattias Andrée1-1/+1
2014-01-24code reductionMattias Andrée1-68/+31
2014-01-23xor-linked array linked listsMattias Andrée1-24/+113
2014-01-23code deduplicationMattias Andrée1-74/+349
2014-01-23m + code deduplicationMattias Andrée1-3/+54
2014-01-23whoops + add array sentinel linked listsMattias Andrée1-10/+14
2014-01-23whitespaceMattias Andrée1-1/+1
2014-01-22a public constructore for linked list nodes a level of flexibility to the data structuresMattias Andrée1-1/+1
2014-01-22add headless linked listsMattias Andrée1-1/+4
2014-01-22preparation for circularly linked listsMattias Andrée1-8/+33
2014-01-22add doubly linked listMattias Andrée1-2/+101
2014-01-22reduce duplicate codeMattias Andrée1-21/+13
2014-01-22add singly linked listMattias Andrée1-0/+160