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
Ranked #72.9K
~110 People Reached
Favorite Forums
Computer Science x 2
Favorite Tags
python x 2
data-structure x 2
1 Posted Topic
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 …
The End.
angelic_diva