PA of Algorithms Q25

0. Time complexity of an algorithm T (n), where n is the input size is given by
T(n) = T(n - 1) + 1/n, if n>1;
  = 1, otherwise
The order of this algorithm is

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *