This algorithm aims to find a stable match, between a pair of applicants and companies.
Files Inlcude:
- Assignment1KassahunSanayew.pdf
- main.cpp
-
Open the Cmake
-
Ensure Cmake contains
- cmake_minimum_required(VERSION 3.10)
- project(assignment1)
- set(CMAKE_CXX_STANDARD 20)
- add_executable(assignment1 main.cpp)
-
click build in Clion toolbar
-
Click Run program to execute program