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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kewell

    travelling salesman

    Thanks for that Russ. I want to actually program that behaviour into the program. I'm not trying to debug or anything. I want to be able to go through the algorithm line-by-line by pressing a key. The algorithm is just one part of the program. The main part is that the algorithm is displayed...
  2. kewell

    travelling salesman

    Thanks for the help MWB. I found out that the problem was due to me declaring "int j" as a global varaible when it needed to be declared as a local one. My new problem is that i've implmented the above algorithm in C and have Mesa displaying it graphically on screen and then by...
  3. kewell

    travelling salesman

    Hi, I'm trying to implement a version of the travelling salesman problem in c using the follwoing algorithm: ******************************************************** salesman (u) begin if every node is now visited then begin put (u,start) in the circuit print the circuit...

Part and Inventory Search

Back
Top