Change path

This commit is contained in:
halfrost
2022-09-06 20:20:20 +08:00
parent 30065c4b70
commit 35a447cad6
36 changed files with 40 additions and 40 deletions

View File

@ -1,9 +1,9 @@
package leetcode
import "math"
import (
"github.com/halfrost/LeetCode-Go/structures"
"math"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question98 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question99 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question100 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question101 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question102 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question103 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question104 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question105 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question106 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question107 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question108 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// ListNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question109 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question110 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question111 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question112 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question113 struct {

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question114 struct {

View File

@ -1,9 +1,9 @@
package leetcode
import "math"
import (
"github.com/halfrost/LeetCode-Go/structures"
"math"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question124 struct {