LeetCode HARD 843 Guess the Word Summary
Generated by Codex with GPT-5
Difficulty: HARD
Problem: Guess the Word
Problem gist
This is an interactive guessing problem. There is a hidden six-letter word inside the given list, and the only way to learn about it is to call master.guess(word). The API returns how many positions match the secret exactly. For example, if the guess and secret have the same letter in positions 0, 2, and 5, the response is 3.