Solving the Stable Marriage/Matching Problem with the Gale–Shapley algorithm
-
Updated
Sep 3, 2026 - Jupyter Notebook
Solving the Stable Marriage/Matching Problem with the Gale–Shapley algorithm
👑 Implementing Gale-Shapley algorithm with Flask & Heroku.
Implementation of Stable matching Algorithm
Codes used for paper on mathematical modelling
SAT implementation of stable matching problem with couples and reference implementations of deferred acceptance algorithms.
Simulating the medical residency match.
Graph Theory Applications course semester project
A Python module to inspect various types of HRTC problems
Repository for my 4th year university individual project.
This repository contains a Python implementation of the Stable Marriage Algorithm, a mechanism for solving the stable marriage problem. The algorithm is widely used in the field of matching theory to find a stable matching between two sets of elements, such as job applicants and employers or medical students and residency programs.
Implemented Gale Shapley Algorithm for stable marriage problem, reference from Algorithm Design by Keleinberg Tardos
This repository contains the Gale-Shapley (1962) and Irving's (1985) algorithm's for Stable Matching.
Optimal Selection of Training Courses for Unemployed People based on Stable Marriage Model
Java implementations of the Gale–Shapley stable matching algorithm, evolving from student–school matching to a generalized solver framework.
Stable matching/marriage algorithm implemented using the Builder Pattern
A solver for 'College Admission Problem with Consent' based on paper 'Legal Assignments and fast EADAM with consent via classical theory of stable matchings'.
Stable Big-Little Matching
This repository implements an optimization algorithm for participant-course allocation in the Board of European Students of Technology (BEST). The BEST matching system has been enhanced to improve computational efficiency by adapting approaches from the Stable Marriage problem, specifically the Hospital-Residents (HR) problem.
TP1 Algorítmos I 2021/1 - Implementa o Algorítmo de Gale Shapley para gerar soluções estáveis entre postos de vacinação e pessoas
Refactored Version of Project-Week-2.0. Created based off of (reasonably) good Java programming practices
To associate your repository with the stable-matching-problem topic, visit your repo's landing page and select "manage topics."