mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-29 00:39:36 +00:00
[PR #1494] [CLOSED] feat: add gale shapley algorithm #2094
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1494
Author: @Mastermind-sap
Created: 10/3/2025
Status: ❌ Closed
Base:
master← Head:gale-shapley📝 Commits (1)
c9fb060feat: add gale shapley algorithm📊 Changes
1 file changed (+201 additions, -0 deletions)
View changed files
➕
data_structures/graphs/gale_shapley.c(+201 -0)📄 Description
Description of Change
Added gale shapley algorithm to find stable matching. Did not find a directory for game theory so added it in graph subdirectory.
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.