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.
- Host: GitHub
- URL: https://github.com/ice-tong/hungarian-algorithm
- Owner: ice-tong
- Created: 2020-12-08T08:06:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T07:58:16.000Z (over 4 years ago)
- Last Synced: 2025-02-10T02:45:29.612Z (4 months ago)
- Topics: hungarian-algorithm
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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