WORST_CASE(?,O(n^1))
* Step 1: Ara WORST_CASE(?,O(n^1))
    + Considered Problem:
        - Strict TRS:
            f(x,y) -> g(x,y)
            g(h(x),y) -> h(f(x,y))
            g(h(x),y) -> h(g(x,y))
        - Signature:
            {f/2,g/2} / {h/1}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {f,g} and constructors {h}
    + Applied Processor:
        Ara {araHeuristics = Heuristics, minDegree = 1, maxDegree = 2, araTimeout = 3, araRuleShifting = Nothing}
    + Details:
        Signatures used:
        ----------------
          f :: ["A"(2) x "A"(0)] -(1)-> "A"(0)
          g :: ["A"(2) x "A"(0)] -(0)-> "A"(0)
          h :: ["A"(2)] -(2)-> "A"(2)
          h :: ["A"(0)] -(0)-> "A"(0)
        
        
        Cost-free Signatures used:
        --------------------------
        
        
        
        Base Constructor Signatures used:
        ---------------------------------
          "h_A" :: ["A"(0)] -(0)-> "A"(0)
        

WORST_CASE(?,O(n^1))