I'm having trouble coming up with pseudo code for a simple brute force approach to the Travelling Salesman Problem. What would pseudo code look like with priority of minimal code (not optimisation)?

link|improve this question
2  
At least make an effort. State the whole problem and show us your approach and people would be more willing to help. – James Aug 31 '11 at 5:35
feedback

closed as not a real question by Tim Post Jan 22 at 19:57

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 2 down vote accepted

Generate permutations. This smells a lot like homework, so I'll leave it at that.

link|improve this answer
It's related to homework – puppyProgrammer Aug 31 '11 at 5:35
Actually this has helped, thank you for augmenting my googling :) – puppyProgrammer Aug 31 '11 at 5:49
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.