Proof that the data structure used to store the unmatched men in Gale Shapley Algorithm has no effect on the solution.

72 Views Asked by At

I understand that no matter which man proposes first, the Gale Shapley algorithm gives the same best perfect match result. Is there a scientific explanation to prove that the data structure used to implement and store the free men has no effect on the final answer?