Recursive function time complexity

Правка en2, от ThoughtNerd, 2021-04-27 20:30:49

I can't find the time complexity of the following program. Even I can't find a way to calculate its complexity with master theorem. Please help me about how to calculate it. Thanks

My submission : https://codeforces.com/contest/128/submission/114386842

Problem link : https://codeforces.com/contest/128/problem/B

Теги #string, #recursion, #time complexity, #sorting

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский ThoughtNerd 2021-04-27 20:30:49 19 Tiny change: 'an't find its compl' -> 'an't find a way to calculate its compl'
en1 Английский ThoughtNerd 2021-04-27 20:29:42 333 Initial revision (published)