3 / 3
Dec 2014

Hi All I need your help.

Can some one tell me how to find the nth root in fastest way. I am using binary search which O(log n) but is there any technique in python to get this done in O(1).

I tried with decimal and round function but for large inputs they are not giving correct answer all time.

any hint in python will be appreciated .

  • created

    Dec '14
  • last reply

    Dec '14
  • 2

    replies

  • 1.0k

    views

  • 3

    users

  • 2

    links