Assignment 6 Gale Shapley Python implementation

matching problem specifications. JSON is a mechanism to serialize data for easy transfer. In Python 3, it is used to serialize Python dictionaries. Therefore the JSON input file must be interpreted as a list of pairs of dictionaries that represent matching problems. Each problem specification consists of two dictionaries ................
................