CDL_APPEND CDL_CONCAT CDL_POP_LAST DL_POP_LAST #45
CDL_APPEND CDL_CONCAT CDL_POP_LAST DL_POP_LAST #45mdionisio wants to merge 4 commits intotroydhanson:masterfrom
Conversation
|
Michele, I’m confused. For a circular list- what is the difference between appending to it, and prepending to it? Troy
|
|
if circular list have the same interface than doubled linked list it easier to change list type. with append and prepend method it is easy to use the list as FIFO and LIFO |
add missing implementation of CDL_APPEND and CDL_CONCAT plus 2 new method for pop from the end on the list.