mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-07 01:44:56 +08:00
Add solution 0488
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# [488. Zuma Game](https://leetcode-cn.com/problems/zuma-game/)
|
||||
# [488. Zuma Game](https://leetcode.com/problems/zuma-game/)
|
||||
|
||||
|
||||
## 题目
|
||||
@ -85,7 +85,9 @@ Explanation: To make the board empty:
|
||||
- 使用广度优先搜索和剪枝
|
||||
|
||||
## 代码
|
||||
|
||||
```go
|
||||
|
||||
package leetcode
|
||||
|
||||
func findMinStep(board string, hand string) int {
|
||||
|
Reference in New Issue
Block a user