Example 1
Example 2
1 <= req_skills.length <= 161 <= req_skills[i].length <= 16req_skills[i] consists of lowercase English letters.All the strings of req_skills are unique.1 <= people.length <= 600 <= people[i].length <= 161 <= people[i][j].length <= 16people[i][j] consists of lowercase English letters.All the strings of people[i] are unique.Every skill in people[i] is a skill in req_skills.It is guaranteed a sufficient team exists.Example 1
Example 2
1 <= req_skills.length <= 161 <= req_skills[i].length <= 16req_skills[i] consists of lowercase English letters.All the strings of req_skills are unique.1 <= people.length <= 600 <= people[i].length <= 161 <= people[i][j].length <= 16people[i][j] consists of lowercase English letters.All the strings of people[i] are unique.Every skill in people[i] is a skill in req_skills.It is guaranteed a sufficient team exists.