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
~318 People Reached
Favorite Forums
Favorite Tags
c++ x 6
Member Avatar for tararengan

hello, I am running a merge sort routine on an array of numbers. My intention is not to output the sorted array but to reorder the indices of the array so that they reflect the sorted order (descending). For example, if the array were {2, 7, 4}, my indices would …

Member Avatar for tararengan
0
119
Member Avatar for tararengan

can I call a function B outside a class (say, a global function) from a member function Aof that class? if so, how do I specify the scope? Using :: B ? thanks.

Member Avatar for mrnutty
0
115
Member Avatar for tararengan

hello, I am interested in implementing the push relabel max flow algorithm in C++. I see an implementation at [url]http://www.boost.org/doc/libs/1_40_0/libs/graph/doc/push_relabel_max_flow.html[/url] and don;t understand a good bit of it. I am in a position to describe my graph and if someone could explain how I can use this piece of code, …

0
84