This document discusses the transportation problem and algorithm to solve it. The objective is to determine how to transport goods from supply centers to demand centers to satisfy demand at minimum cost, given supply and demand constraints. The transportation algorithm involves: 1) Formulating the problem in a matrix, 2) Obtaining an initial feasible solution using methods like Northwest Corner, 3) Testing optimality and updating the solution using the MODI method until optimal. An example illustrates the process.