KevinStern / software-and-algorithms

Neat algorithm implementations in Java.
MIT License
118 stars 70 forks source link

Compile and Use with examples #8

Closed maki-markie closed 7 years ago

maki-markie commented 7 years ago

Hi there Kevin!

Can you please tell me how to compile the Hungarian Algorithm and use with examples? Thanks a lot!

Regards, Maki

KevinStern commented 7 years ago

The project structure adheres to maven conventions; have a look at the "Getting Started" guide for information on how to compile a maven project: https://maven.apache.org/guides/getting-started/index.html.

Note also that the project is available through the maven central repository, in case you don't want to compile the code yourself: https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22software-and-algorithms%22.