Skip to content

Take the input data of the problemfrom a text file (your input will basically be a NxN square matrix of integers and asicallydetermine how much time and memory your programs spend during runtime, and print thisinformation to the output file.(xperiments by choosing the row/column numbers of yourinput matrix as 5, 10, 100, 1000, 10000, 100000, in …

Notifications You must be signed in to change notification settings

elifbayirr/Implementation-of-the-Hungarian-Method-2

Repository files navigation

You have to give the name of the matrix file you want to calculate.(like 5x5mat.txt,10x10mat.txt) I keep my output results in file "outputforpy.txt" you can change it if you want.

If you work on other matrices you can benefit from here https://catonmat.net/tools/generate-random-matrices There should be a comma between the lines because that's how it is defined in my code.

About

Take the input data of the problemfrom a text file (your input will basically be a NxN square matrix of integers and asicallydetermine how much time and memory your programs spend during runtime, and print thisinformation to the output file.(xperiments by choosing the row/column numbers of yourinput matrix as 5, 10, 100, 1000, 10000, 100000, in …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages