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)?
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.
|
Generate permutations. This smells a lot like homework, so I'll leave it at that. | |||||
feedback
|