This document outlines Unit 2 of a course on algorithmic problem solving. It covers the problem solving process, algorithms, control structures like sequence, selection, and repetition, and examples of writing pseudocode algorithms. It also explains Euclid's algorithm for finding the greatest common divisor of two integers through step-by-step examples and pseudocode.
Related topics: