The document discusses three disk scheduling algorithms: SSTF, SCAN, and C-SCAN. SSTF stands for Shortest Seek Time First and services requests based on minimizing seek time. SCAN and C-SCAN are variations that improve on FCFS by serving requests in a single direction around the disk to reduce seek time. C-SCAN additionally ensures uniform wait times for requests.