Files
pvData/test/testLinkedListGold
Michael Davidsaver bed4108ffd update test baselines
2011-02-02 10:11:07 -05:00

22 lines
392 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
LinkedList: totalConstruct 8 totalDestruct 8
LinkedListNode: totalConstruct 4038 totalDestruct 4038