Skip to content

KassaSana/rasda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Stable Matching Algorithm

This algorithm aims to find a stable match, between a pair of applicants and companies.

Files Inlcude:

  • Assignment1KassahunSanayew.pdf
  • main.cpp

How to run:

  1. Open the Cmake

  2. Ensure Cmake contains

  • cmake_minimum_required(VERSION 3.10)
  • project(assignment1)
  • set(CMAKE_CXX_STANDARD 20)
  • add_executable(assignment1 main.cpp)
  1. click build in Clion toolbar

  2. Click Run program to execute program

Resources:

https://www.geeksforgeeks.org/stable-marriage-problem/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published