The document discusses algorithms for drawing circles and filling polygons on a computer screen. It covers the mid-point circle algorithm for determining pixel positions on a circle, as well as boundary filling and flood filling algorithms for coloring the interior of polygon shapes. The mid-point circle algorithm uses a decision parameter to iteratively calculate pixel coordinates on the circle path. Filling algorithms like boundary fill use recursion to color neighboring pixels of the same color as the initially selected point.