aboutsummaryrefslogtreecommitdiff
path: root/tests/test27.ans
blob: 80b476c66e041e07c66e4477bb4d23366bea7dd8 (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 head (a)
c 
deleting new head (c)

DL macros
c b a 
deleting c
b a 
deleting a
b 
deleting b

LL macros
c b a 
deleting c
b a 
deleting a
b 
deleting b