Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~110 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for angelic_diva

The following is a piece of python code: [B][COLOR="Red"]sum=0 for i in range(1,f(n)+1): sum=sum+i[/COLOR][/B] f(n) is a function call. I need to find a tight big oh upper bound for the time taken by the above written piece of code in the following cases: 1. when the time taken for …

Member Avatar for angelic_diva
0
110

The End.