mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-15 08:30:12 +08:00
Fix go report
This commit is contained in:
@ -3,7 +3,7 @@ package leetcode
|
||||
import (
|
||||
"sort"
|
||||
|
||||
"github.com/halfrost/LeetCode-Go/template"
|
||||
"github.com/halfrost/leetcode-go/template"
|
||||
)
|
||||
|
||||
// 解法一 并查集优化搜索解法
|
||||
|
Reference in New Issue
Block a user