Guess the Secret Word
You are given a word list of 100 unique words, each word is 6 letters long, and one word in this list is
chosen as a secret. You may call guess(word) to guess a word. The guessed word should have type
string and must be from the original list with 6 lowercase letters. This function returns an integer type,
representing the number of exact matches (value and position) of your guess to the secret word. For
each tesi case, you have to guess the secret word with the minimum number of guesses possible. Find
The Secret word
Note- A sample Usage of the guess function is defined in the template for your reference.
Answers
Answered by
1
Answer:
I can't able to find.
but the question is very interesting.
Similar questions