Finding Time Complexity for a recurence relation

nareshkumar6539

nareshkumar6539

@nareshkumar6539-BKuVbx Oct 22, 2024
Can anyone explain me how to find time complexity for the below recurrence relation
T(n)= c (Constant) if n=1
n^1/2T(n^1/2)+n if n>1
Thanks in advance

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform