

 Function sendMTFValues

    line 11 / 33
    1 + max(nGroups, 0)
    O(n^1)
      line 15 / 18
      max(nGroups, 0) + max(0, (alphaSize + -1))
      O(n^1)

Total Complexity: O(n^1)
