todo

  • Polynomial Algorithm
  • Pseudo-Polynomial Algorithm
    • polynomial in the numeric value of the input (the largest integer present in the input)
  • Weakly Polynomial Algorithm
  • Strongly Polynomial Algorithm
input size
Polynomial Algorithmwith numbers represented in binary.polynomial input size
Pseudo-Polynomial Algorithmdepends on the numerical values of the input, which are in unary notation.polynomial input size
Weakly Polynomial Algorithmdepend on input numerical values
Strongly Polynomial Algorithmdoes not depend on input numerical values