• A O(N)
  • B O(log N)
  • C O(N^2)
  • D O(Nk), where k is the maximum number of digits in the input numbers.