摘要: We give a deterministic algorithm for triangulating simple polygon in linear time. The basic strategy is to build coarse approximation of triangulation bottom-up phase and then use the information computed along way refine top-down phase. main tools used are polygon-cutting theorem, which provides us with balancing scheme, planar separator whose role essential discovery new diagonals. Only elementary data structures required by algorithm. In particular, no dynamic search trees, our