Assignment Problem: – The Hungarian Method
The easiest way to solve assignment problem by Hungarian Method is described here step by step with example:- Step 1: Problem is “n*n” cost matrix to find an optimal assignment. If the matrix is not a square one, make it a square one by adding a dummy row or column and give values 0 to that…