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
~2K People Reached
Favorite Tags
c++ x 2
Member Avatar for Rick1980

Hi all, I'm trying to figure out the runtime complexity of an algorithm I created. I narrowed the basic problem down to two nested sums. However I need the Big O notation of this problem. I converted the formula into the following nested loops. I have the feeling that this …

Member Avatar for Rick1980
0
71
Member Avatar for Rick1980

Hello All, I know that there is a similar thread about my problem, but I can't find it anymore. Well basically I want 2 objects to know from each other. I know that in C++ I have to use pointers to do that. I wrote some sample code to show …

Member Avatar for Rick1980
0
2K