Bill Allombert on Fri, 12 Mar 2021 12:30:21 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Time complexity of issquare() function


On Fri, Mar 12, 2021 at 06:20:47PM +0700, Donald Sitompul wrote:
> What is the time complexity for the issquare() function?

It depends of the type of input, and whether the input is a square
or not.

What kind of examples do you have in mind ?

Cheers,
Bill