This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Complete the 'countTeams' function below. | |
# | |
# The function is expected to return an INTEGER. | |
# The function accepts following parameters: | |
# 1. INTEGER_ARRAY skills | |
# 2. INTEGER k | |
# 3. INTEGER l | |
# 4. INTEGER r | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Complete the 'teamFormation' function below. | |
# | |
# The function is expected to return a LONG_INTEGER. | |
# The function accepts following parameters: | |
# 1. INTEGER_ARRAY score | |
# 2. INTEGER team | |
# 3. INTEGER m | |
# |