This document provides an introduction to algorithms and algorithm problem solving. It discusses understanding the problem, designing an algorithm, proving correctness, analyzing the algorithm, and coding the algorithm. It also provides examples of algorithm problems involving air travel, a xerox shop, document similarity, and drawing geometric figures. Key aspects of algorithms like being unambiguous, having well-defined inputs and outputs, and being finite are explained. Techniques for exact and approximate algorithms are also covered.