1 AT_BANNER([doubly linked list (ll) library])
9 CHECK_LL([insert-remove])
11 CHECK_LL([swap-range])
12 CHECK_LL([remove-range])
13 CHECK_LL([remove-equal])
16 CHECK_LL([find-equal])
18 CHECK_LL([find-adjacent-equal])
19 CHECK_LL([count-range])
20 CHECK_LL([count-equal])
23 CHECK_LL([lexicographical-compare-3way])
26 CHECK_LL([permutations-no-dups])
27 CHECK_LL([permutations-with-dups])
28 CHECK_LL([merge-no-dups])
29 CHECK_LL([merge-with-dups])
30 CHECK_LL([sort-exhaustive])
31 CHECK_LL([sort-stable])
32 CHECK_LL([sort-subset])
35 CHECK_LL([sort-unique])
36 CHECK_LL([insert-ordered])