Preview of triangulation algorithms: Bottom line -- any simple polygon with n vertices can be triangulated in time O(n) using an algorithm by Bernard Chazelle (hopelessly complex, huge constant in big-Oh, and nobody would want to implement it!). We present instead an O(n log n) algorithm based on decomposing a polygon (using a "sweep" algorithm) into monotone mountains, and then using a simple algorithm on each mountain.