aboutsummaryrefslogtreecommitdiff
path: root/tests/test25.ans
blob: 9490482f40b87614dee0e7d1a1c5d3c3244a50e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CDL macros
c b a 
count = 3
advancing head pointer
b a c 
b a c b a c b a c b 
b c a b c a b c a b 
deleting b
a c 
deleting (a)
c 
deleting (c)

DL macros
a b c 
count = 3
deleting tail c
a b 
deleting head a
b 
deleting head b

LL macros
a b c 
count = 3
deleting tail c
a b 
deleting head a
b 
deleting head b