BEST_CASE(Omega(n^1),?) Solution: --------- "append" :: ["L"(1) x "L"(0)] -(0)-> "L"(0) "cons" :: ["Elem"(0) x "L"(1)] -(1)-> "L"(1) "cons" :: ["Elem"(0) x "L"(0)] -(0)-> "L"(0) "main" :: ["L"(1)] -(1)-> "L"(0) "nil" :: [] -(1)-> "L"(1) "nil" :: [] -(0)-> "L"(0) Cost Free Signatures: --------------------- Base Constructors: ------------------ "\"cons\"_L" :: ["Elem"(0) x "L"(1)] -(1)-> "L"(1) "\"nil\"_L" :: [] -(1)-> "L"(1)