BEST_CASE(Omega(n^1),?) Solution: --------- "0" :: [] -(0)-> "c"(0) "append" :: ["b"(1) x "b"(0)] -(1)-> "b"(0) "bubble" :: ["b"(2)] -(0)-> "d"(1) "bubble'" :: ["a"(12) x "c"(0) x "c"(0) x "b"(2)] -(3)-> "d"(1) "bubble''" :: ["c"(0) x "d"(1)] -(1)-> "d"(1) "bubblesort" :: ["b"(2)] -(1)-> "b"(1) "bubblesort'" :: ["d"(1)] -(2)-> "b"(0) "dd" :: ["c"(0) x "b"(1)] -(1)-> "b"(1) "dd" :: ["c"(0) x "b"(2)] -(2)-> "b"(2) "dd" :: ["c"(0) x "b"(0)] -(0)-> "b"(0) "false" :: [] -(0)-> "a"(12) "false" :: [] -(0)-> "a"(10) "false" :: [] -(0)-> "a"(9) "lt" :: ["c"(0) x "c"(0)] -(1)-> "a"(12) "nil" :: [] -(0)-> "b"(1) "nil" :: [] -(0)-> "b"(2) "nil" :: [] -(0)-> "b"(0) "pair" :: ["b"(2) x "c"(0)] -(1)-> "d"(1) "s" :: ["c"(0)] -(0)-> "c"(0) "true" :: [] -(0)-> "a"(12) "true" :: [] -(0)-> "a"(9) Cost Free Signatures: --------------------- Base Constructors: ------------------ "\"0\"_c" :: [] -(0)-> "c"(1) "\"dd\"_b" :: ["c"(0) x "b"(1)] -(1)-> "b"(1) "\"false\"_a" :: [] -(0)-> "a"(1) "\"nil\"_b" :: [] -(0)-> "b"(1) "\"pair\"_d" :: ["b"(2) x "c"(0)] -(1)-> "d"(1) "\"s\"_c" :: ["c"(15)] -(1)-> "c"(1) "\"true\"_a" :: [] -(0)-> "a"(1)