aboutsummaryrefslogtreecommitdiff
path: root/dependencies/uthash/tests/test28.ans
blob: eb88650afe360a7475563c7d6cd603dc06fa0d12 (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
32
33
34
CDL macros
d c b a 
advancing head pointer
c b a d 
c b a d c b a d c b 
c d a b c d a b c d 
deleting b
c a d 
deleting (a)
c d 
deleting (c)
d 
deleting (d)

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

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