299. 猜数字游戏
猜数字游戏
- 难度:
medium - 原始链接: https://leetcode.cn/problems/bulls-and-cows
- 标签:
哈希
解法一: 哈希
1 | func getHint(secret string, guess string) string { |
medium哈希1 | func getHint(secret string, guess string) string { |
Update your browser to view this website correctly.&npsb;Update my browser now