A mail carrier leaves the post office, has to walk down every street in the neighborhood to deliver the mail, and then returns to where they started. The question is simple to state: what is the shortest route that covers every street and ends back home?
This is the Chinese Postman Problem, named after the Chinese mathematician Kwan Mei-Ko, who posed it in 1960. It sounds almost identical to the famous traveling salesman, who must visit every city â and that one is notoriously, provably hard.
But there is a twist. The postman cares about streets (the edges of the map), not cities (the points). And that single change flips the problem from one of the hardest we know to one we can solve quickly and exactly, every time.
Comments
Loading comments...