WORST_CASE(?,O(n^2)) Solution: --------- "0" :: [] -(0)-> "A"(3, 0) "0" :: [] -(0)-> "A"(0, 0) "0" :: [] -(0)-> "A"(4, 2) "cons" :: ["A"(0, 0)] -(0)-> "A"(0, 0) "f" :: ["A"(3, 0)] -(1)-> "A"(0, 0) "p" :: ["A"(2, 2)] -(0)-> "A"(3, 0) "s" :: ["A"(3, 0)] -(3)-> "A"(3, 0) "s" :: ["A"(4, 2)] -(2)-> "A"(2, 2) Cost Free Signatures: --------------------- Base Constructors: ------------------