CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2011
    Posts
    1

    Unhappy recursive function help..

    i want a program that will read a list of numbers and a desired sum and determine the subset of numbers in the list that yield that sum if such a sum exists. but i can't make it :/ please help me..

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: recursive function help..

    You'll need to do better than that if you want help with your homework. The more effort you can show you have put in the more help you are likely to get.

    Why can't you do it ?
    What have you tried so far?
    Have you tried doing this yourself using a pen and paper and writing out the steps you take.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured