

 Function knuth_morris_pratt

    line 8 / 19
    1 + max(n, 0)
    O(n^1)
      line 10 / 15
      1
      O(1)

Total Complexity: O(n^1)
