The document discusses various algorithms for arrays in computer programming, including reviewing what arrays are, comparing arrays, calculating the sum, average, minimum and maximum of array elements, handling partially filled arrays, sequential search, selection sort, and binary search algorithms. It provides examples of code for many of these algorithms.