WORST_CASE(?,O(n^1)) * Step 1: Ara WORST_CASE(?,O(n^1)) + Considered Problem: - Strict TRS: f(cons(x,k),l) -> g(k,l,cons(x,k)) f(empty(),l) -> l g(a,b,c) -> f(a,cons(b,c)) - Signature: {f/2,g/3} / {cons/2,empty/0} - Obligation: innermost runtime complexity wrt. defined symbols {f,g} and constructors {cons,empty} + Applied Processor: Ara {araHeuristics = NoHeuristics, minDegree = 1, maxDegree = 2, araTimeout = 5, araRuleShifting = Nothing} + Details: Signatures used: ---------------- cons :: ["A"(0) x "A"(5)] -(5)-> "A"(5) cons :: ["A"(0) x "A"(0)] -(0)-> "A"(0) empty :: [] -(0)-> "A"(5) f :: ["A"(5) x "A"(0)] -(8)-> "A"(0) g :: ["A"(5) x "A"(0) x "A"(0)] -(11)-> "A"(0) Cost-free Signatures used: -------------------------- Base Constructor Signatures used: --------------------------------- "cons_A" :: ["A"(0) x "A"(1)] -(1)-> "A"(1) "empty_A" :: [] -(0)-> "A"(1) WORST_CASE(?,O(n^1))