We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠NOTE⚠: This kata is reworded, because I used this wording in my not-published-yet video on the problem.
You need to guess a secret phrase. You know the following about it:
[a, b, c]
a
b
c
Input: The sequence of triplets Output: The secret phrase Example:
Input Output [["t", "u", "p"], "whatisup" ["w", "h", "i"], ["t", "s", "u"], ["a", "t", "s"], ["h", "a", "p"], ["t", "i", "s"], ["w", "h", "s"]]
Link: https://www.codewars.com/kata/53f40dff5f9d31b813000774
The text was updated successfully, but these errors were encountered:
No branches or pull requests
⚠NOTE⚠: This kata is reworded, because I used this wording in my not-published-yet video on the problem.
You need to guess a secret phrase. You know the following about it:
[a, b, c]
, such that, for every triplet,a
comes beforeb
comes beforec
in the phrase.Input: The sequence of triplets
Output: The secret phrase
Example:
Link: https://www.codewars.com/kata/53f40dff5f9d31b813000774
The text was updated successfully, but these errors were encountered: