-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpeed Test (Hungarian Algorithm vs. Brute Force).txt
102 lines (59 loc) · 2.42 KB
/
Speed Test (Hungarian Algorithm vs. Brute Force).txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Running trials
BRUTE FORCE UPFRONT WORK
0.049 seconds for 5000 trials with 2 teachers and 4 students
HUNGARIAN ALGORITHM
0.147 seconds for 5000 trials with 2 teachers and 4 students
BRUTE FORCE UPFRONT WORK
0.115 seconds for 5000 trials with 3 teachers and 6 students
HUNGARIAN ALGORITHM
0.246 seconds for 5000 trials with 3 teachers and 6 students
BRUTE FORCE UPFRONT WORK
0.153 seconds for 5000 trials with 4 teachers and 8 students
HUNGARIAN ALGORITHM
0.286 seconds for 5000 trials with 4 teachers and 8 students
BRUTE FORCE UPFRONT WORK
0.329 seconds for 5000 trials with 5 teachers and 10 students
HUNGARIAN ALGORITHM
0.163 seconds for 5000 trials with 5 teachers and 10 students
BRUTE FORCE UPFRONT WORK
0.54 seconds for 5000 trials with 6 teachers and 12 students
HUNGARIAN ALGORITHM
0.209 seconds for 5000 trials with 6 teachers and 12 students
BRUTE FORCE UPFRONT WORK
1.2 seconds for 5000 trials with 7 teachers and 14 students
HUNGARIAN ALGORITHM
0.235 seconds for 5000 trials with 7 teachers and 14 students
BRUTE FORCE UPFRONT WORK
1.917 seconds for 5000 trials with 8 teachers and 16 students
HUNGARIAN ALGORITHM
0.242 seconds for 5000 trials with 8 teachers and 16 students
BRUTE FORCE UPFRONT WORK
3.347 seconds for 5000 trials with 9 teachers and 18 students
HUNGARIAN ALGORITHM
0.321 seconds for 5000 trials with 9 teachers and 18 students
BRUTE FORCE UPFRONT WORK
8.257 seconds for 5000 trials with 10 teachers and 20 students
HUNGARIAN ALGORITHM
0.409 seconds for 5000 trials with 10 teachers and 20 students
BRUTE FORCE UPFRONT WORK
19.063 seconds for 5000 trials with 11 teachers and 22 students
HUNGARIAN ALGORITHM
0.509 seconds for 5000 trials with 11 teachers and 22 students
BRUTE FORCE UPFRONT WORK
52.344 seconds for 5000 trials with 12 teachers and 24 students
HUNGARIAN ALGORITHM
0.87 seconds for 5000 trials with 12 teachers and 24 students
BRUTE FORCE UPFRONT WORK
120.571 seconds for 5000 trials with 13 teachers and 26 students
HUNGARIAN ALGORITHM
0.803 seconds for 5000 trials with 13 teachers and 26 students
BRUTE FORCE UPFRONT WORK
296.771 seconds for 5000 trials with 14 teachers and 28 students
HUNGARIAN ALGORITHM
1.09 seconds for 5000 trials with 14 teachers and 28 students
BRUTE FORCE UPFRONT WORK
656.344 seconds for 5000 trials with 15 teachers and 30 students
HUNGARIAN ALGORITHM
1.149 seconds for 5000 trials with 15 teachers and 30 students
Checking for discrepancies
0 discrepancies