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

    Chinese Postman Algorithm?

    Has anyone seen any visual basic routines or just the basic alogrithm's for solving the "Chinese Postman" problem? (The shortest path that visits every node at least once.)

    Thanks

    MAK


  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Chinese Postman Algorithm?

    Post rules and starting point of this game.

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, TCartwright, Bruno Paris
    and all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

    The Rater
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  3. #3
    Join Date
    May 2001
    Posts
    46

    Re: Chinese Postman Algorithm?

    Go to this address http://www.cs.mdx.ac.uk/harold/cpp/default.htm, there is a code posted there but it is in Java, so is a good startup if you at least want the algorithm.

    Hope this helps.



  4. #4
    Join Date
    Aug 2001
    Posts
    2

    Re: Chinese Postman Algorithm?

    Thanks this will help.


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