CrazyEngineers
  • Finding Time Complexity for a recurence relation

    nareshkumar6539

    nareshkumar6539

    @nareshkumar6539-BKuVbx
    Updated: Oct 22, 2024
    Views: 904
    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
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Home Channels Search Login Register