]> git.mdlowis.com Git - projs/libcds.git/commit
Rename sll file to list. There will only be one list implementation
authorMike D. Lowis <mike@mdlowis.com>
Fri, 12 Apr 2013 17:39:15 +0000 (13:39 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Fri, 12 Apr 2013 17:39:15 +0000 (13:39 -0400)
commit15ae431a33d0fcbbe05c35cda6c38aa16be30cfe
tree60f4d6ca8e433acfa8e09cd21bc388d6efcf8c85
parent1a2e30bc59706a95a795b0e1f81576756094f648
Rename sll file to list. There will only be one list implementation
source/list/list.c [moved from source/list/sll.c with 56% similarity]
source/list/list.h [moved from source/list/sll.h with 83% similarity]
tests/test_list.cpp [new file with mode: 0644]
tests/test_sll.cpp [deleted file]