This document discusses algorithms for hidden surface removal in 3D computer graphics. It describes two main classifications of algorithms - object space and image space. It then provides details on various algorithms including Painter's algorithm (object space), Z-buffer algorithm (image space), and Warnock's area subdivision algorithm. The key aspects and approaches of each algorithm are summarized.