Skip to content

junhui-ng/Hungarian-Algorithm-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kuhn-Munkres (Hungarian) Algorithm Implementation in C++

This repository implements the Kuhn-Munkres algorithm in C++.

Build and Run

The build instructions have been compiled into build.sh. Run the shell script and a build/hungarian_algo binary will be created.

source build.sh

To run the program:

./build/hungarian_algo

Releases

No releases published

Packages

No packages published