mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 01:15:57 +08:00
Change path
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package leetcode
|
||||
|
||||
import "math"
|
||||
|
||||
import (
|
||||
"github.com/halfrost/LeetCode-Go/structures"
|
||||
"math"
|
||||
|
||||
"github.com/halfrost/leetcode-go/structures"
|
||||
)
|
||||
|
||||
// TreeNode define
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/halfrost/LeetCode-Go/structures"
|
||||
"github.com/halfrost/leetcode-go/structures"
|
||||
)
|
||||
|
||||
type question98 struct {
|
||||
|
Reference in New Issue
Block a user