Skip to content

vaithak/Stable-Marriage-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stable-Marriage-Problem

An implementation of stable marriage problem in C++.

Usage

  • Edit the men and women preferences if menPref.txt and womenPref.txt respectively.
  • Build the program by running make command.
  • Run the program using ./stableMatch.out
  • The stable match will also be written to stableMatching.txt along with on terminal.

Analysis

image
image
image
image
image
image
image
image

Releases

No releases published

Packages

No packages published