Hungarian Algorithm
Hungarian Algorithm
HUNHARIAN ALGORITHMS 2
The event selected is Worlds Strongest Man. The data for the chosen event is sourced from
the Worlds Strongest man Archive, where the top ten top participants in the 2015 Final event
held in Putrajaya, Malaysia has been used. The event had six disciplines (Super Yoke,
Deadlift, Truck Pull, Power Stairs, Log Press and Atlas Stones). The selected four disciplines
The best team for the event has the maximum combined score. Therefore, the
Part 2
The randomly selected team of four athletes 9Team A) from the top 10 overall
placings consists of the scores with the highest total points Brian Shaw(53), Zydrunas
The individuals selected should have the highest scores in the various disciplines.
Hafpor - Super York (score =10), Brian Deadlift (score = 10), Brian Truck Pull (score =
Since there are 5 lines, this is not the optimal solution. A 4 X 4 matrix should have 4 lines.
Since there are only 4 lines, this is the optimal solution. Covering the zero elements
with the corresponding scores in the initial matrix yields the following.
HUNHARIAN ALGORITHMS 4
The optimum (maximum) assignment should give the maximum total score for the
event. The maximum score achieved in each discipline is 10. Therefore, the team will consist
of: Hafpor (super Yoke), Brian (Deadlift), Brian (Truck Pull), and Zydrunas (Power Stairs)
Compared to the prediction made in part 1, the outcome of the Hungarian Algorithm
gives more precise outcome. Both routes yield to the selection of the same team.
The team of 4 is selected by considering the athletes in the various disciplines. The
following four are selected.
Step 1: Reduce the array in both rows and columns through subtraction
- To reduce the rows y subtraction, subtract the smallest element in each row by the row
elements
HUNHARIAN ALGORITHMS 5
Since the outcome of the process above has four lines as required for a 4 X 4 matrix,
it represents the optimal outcome. Replacing the zero elements with the corresponding scores
in the initial matrix yields the following.
Therefore, the team should consist of Dimitar (Super Yoke), Jerry (Deadlift), JF Caron
(truck Pull) and Mike (power Stairs). Team A is likely to win the competition since it consists
of players who have previously scored higher than Team B players.
PART 4 (Question 1)
(a) Selecting the team for an event with 3 disciplines with 3 athletes each
The number of ways in this case is given by permutations, where the outcome is nPn.