The document contains multiple C programs that implement graphical algorithms, including Bresenham's algorithm for drawing lines and circles, rotating lines, moving circles, translating text, simulating a flying airplane, line clipping using the Sutherland algorithm, and creating animations like a rainbow and flying kites. Each program includes the necessary graphics library functions and logic to execute the desired graphical output. It serves as an educational resource for understanding basic graphics programming and geometric algorithms.