Skip to content

akki-jat/hungarian-assignment-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hungarian Assignment Method (One of Assignment Problem Solutions)

Although assignment problem can be solved either by using the techniques of Linear Programming or by the transportation method yet the assignment method developed by D. Konig, a Hungarian mathematician known as the Hungarian method of assignment problem is much faster and efficient. FInd more details about it in given documents or on this link.

This repository tries to implement Hungarian Assignment Method with JavaScript.

How to run

  1. Clone or Download this repository on your local machine.
  2. Open index.html in you browser.

Why

This project was only created for college academics.