aboutsummaryrefslogtreecommitdiff
path: root/tests/test78.ans
blob: 5c71cdfdc2c1500eabed695faefaaef26e0098ab (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
CDL macros
c b a 
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 
deleting tail c
a b 
deleting head a
b 
deleting head b

LL macros
a b c 
deleting tail c
a b 
deleting head a
b 
deleting head b