The document discusses algorithms for computer graphics including Bresenham's line drawing algorithm, circle drawing algorithms, and polygon filling algorithms. It introduces Bresenham's line drawing algorithm which uses integer calculations to incrementally determine which pixel is closer to the mathematical line. It then discusses a simple circle drawing algorithm and its limitations before introducing the more efficient mid-point circle drawing algorithm.