An open API service indexing awesome lists of open source software.

https://github.com/ice-tong/hungarian-algorithm

Hungarian-Algorithm implemented in C.
https://github.com/ice-tong/hungarian-algorithm

hungarian-algorithm

Last synced: 3 months ago
JSON representation

Hungarian-Algorithm implemented in C.

Awesome Lists containing this project

README

        

# Hungarian-Algorithm
Hungarian-Algorithm implemented in C.

# Build
`gcc hungarian.c helper.c -o hungarian`

# to do
- [ ] solve assignment problem