retagged by
300 views
0 votes
0 votes
When we have to use multiplication and addition  while finding the time complexity of an algorithm

Eg( n * logn )or (n + logn)

Please explain me this concept

Thanks
retagged by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
1
Rishav Kumar Singh asked Jul 25, 2018
904 views
In a modified merge sort, the input array is split at a position one-third of the length(N) of the array. What is the worst case time complexity of this merge sort?
3 votes
3 votes
1 answer
4
pC asked Sep 22, 2017
2,522 views
Explain Prims AlgorithmAnalysis Of Time ComplexityHow does $\mathcal{O}(VlogV + ElogV)=\mathcal{O}(ElogV)$