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
~104 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for steve_27

Basically, I need to program something using STACK, backtracking to make all the possible sum, of "n" numbers. Example. If a user input 5. n = 5 1: 1 1 1 1 1 2: 1 1 1 2 3: 1 1 3 4: 1 2 2 5: 1 4 6: …

Member Avatar for Adak
0
104