Class Solution
java.lang.Object
g1101_1200.s1125_smallest_sufficient_team.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
smallestSufficientTeam
(String[] skills, List<List<String>> people)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
smallestSufficientTeam
-