Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
Ranked #107.41K
~457 People Reached
Favorite Forums
Member Avatar for fahadyousaf

Find the running time complexity of the following piece of code and show [CODE]your working step by step. y=0; x=0; for (i=n; i>0;i=i-1) { y=y+1;} for (i=1;i<=n;i=i*3) { for (j=1;j<=3n;++j) { for(k=0;k<n; k=k+5) { x=x+5; } } }[/CODE] Please guys help me out solving this question .....

Member Avatar for \007
0
457