Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kanskje

  1. kanskje

    Recursive and exhaustive

    I've spent many hours trying to understand how this recursion algorithm works! And now, thanks to you, I finally think I do! Thanks for your help, I appreciate it. Keep up the good work! Kanskje
  2. kanskje

    Recursive and exhaustive

    First of all, thanks a lot for your help! The program now outputs '1-2-3' When Useit returns, all values of used = .true. How can it be written such that it continues through all different cominations? 1-2-3 1-3-2 2-1-3 2-3-2 etc. Any suggestions? MODULE div INTEGER, PARAMETER :: usedmax =...
  3. kanskje

    Recursive and exhaustive

    Hello, I'm having difficulties returning the right values from a recursive call. The problem is to check a list of items. Each item can be visited only once, and I want to find every possible path between the items, quite similiar to a TSP. I've generated a list that includes all the...

Part and Inventory Search

Back
Top