Pathfinding For Garbage Trucks and Street Sweepers: Page - 1
Pathfinding For Garbage Trucks and Street Sweepers: Page - 1
I. Introduction
In the 18th century, there is a town called Königsberg, in which there were
seven bridges that spanned a forked river that flows past an island. One
day a man who wishes to walk along each bridge, but that bridge must
only traverse exactly once. The man think: "Does there exist such a
continuous tour which satisfies the requirement?" This long-standing
problem was solved in 1735 in an ingenious way by the Swiss
mathematician Leonhard Euler (1707-1782). His solution, and his
generalization of the problem to an arbitrary number of islands and
bridges, gave rise to a very important branch of mathematics called Graph
Theory.
Page | 1
→
II. Solution
1. Definition
Page | 2
For directed graphs path has to be replaced with directed path and cycle
with directed cycle.
The definition and properties of Eulerian trails, cycles and graphs are valid
for multigraphs as well.
2. Properties
Page | 3
3. Constructing Eulerian circuits
References
1. http://www.people.vcu.edu/~gasmerom/MAT131/euler.html
2. http://en.wikipedia.org/wiki/Eulerian_path
Page | 4