> Calculate the time 僴complexity of the following
> procedure .
> funtion1()
> {
> for i=1 to n do
>i=i+1
> for j = 1 to n do
>for k = n*n downto 1 do
>sum=sum+1
> }
What do you think the complexity is?
Hint: Google for [url=http://www.google.com/search?q=%22big+o+notation%22&btnG=Search+the+Web]"big o notation"[/url]