This document proposes a new alternative method for solving assignment problems and compares it to the standard Hungarian method. The proposed method involves sequentially assigning the smallest cost element, eliminating its row and column, and repeating with the reduced matrix. Two examples applying this method produce the same optimal solutions as the Hungarian method but with a simpler logical procedure. However, the proposed method is only effective for balanced problems and does not guarantee an optimal solution in general.