aboutsummaryrefslogtreecommitdiffstats
path: root/src/datastructures/linkedlists/sentinel-template (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-23mMattias Andrée1-1/+1
2014-01-23mMattias Andrée1-2/+1
2014-01-23missed to initialise the sentinel nodeMattias Andrée1-0/+1
2014-01-23add sentinel doubly linked listMattias Andrée1-1/+1
2014-01-23add sentinel singly linked listMattias Andrée1-104/+23
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