Files
pvData/test/testLinkedList
2010-11-17 15:28:18 -05:00

22 lines
390 B
Plaintext

basic addTail 0 1 2 3 4 4 3 2 1 0
basic addHead 0 1 2 3 4
basic addTail insertAfter 0 1 2 3 4
basic addTail insertBefore 0 1 2 3 4
Queue test
queue 0 1 2 3 4
Stack test
stack 4 3 2 1 0
testList
list 0 1 2 3 4
Random insert/remove test
stack 4 3 2 1 0
Ordered Queue test
list 0 1 2 3 4
linkedListNode: totalConstruct 4041 totalDestruct 4038
linkedList: totalConstruct 9 totalDestruct 8