This Challenge is derived from GJam 2013 China Bad Horse. The problem is codified using a cell array of names.
The Challenge involves creating two teams with no pair of individuals on either team having a conflict. The input is a list of pairs of individuals who can not be placed on the same team. The Challenge is to determine if two teams can be created that do not have any players with conflicts.
Input: conflicted name pairs (cell array of pairs of names)
Output: TF (TF=1 if two Good teams are possible, 0 if Happy teams are non-producible)
Competition Summary: Best Time of 9 minutes, 789 out of 1984 correct
Find the sum of all the numbers of the input vector
25684 Solvers
The Goldbach Conjecture, Part 2
964 Solvers
307 Solvers
190 Solvers
100 Solvers
Problem Tags