The document discusses the art gallery problem in computational geometry. The problem is to determine the minimum number of guards needed to monitor an art gallery represented as a simple polygon. Václav Chvátal proved in 1975 that the minimum number of guards needed is less than or equal to one third the number of vertices. Steve Fisk provided a simpler proof in 1978 based on triangulating the polygon and graph coloring. The document will present an algorithm that finds the minimum number of guards for any polygon shape using Fisk's method. It will implement this algorithm in the Vpython software to demonstrate Chvátal's theorem.