Search⌘ K
AI Features

Guess the Word

Try to solve the Guess the Word problem.

We'll cover the following...

Statement

You are given a list of candidate words words, where each word has length 66 and all words are distinct. One of these words is the hidden word secret.

You can interact with an external API master.guess(word), which takes a string word and returns an integer equal to the number of positions where word and secret have the same character. If word is not present in words, the API returns āˆ’1-1 ...