Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 31c654c

Browse files
committed
Update imports of problem 530
1 parent 1271a4f commit 31c654c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algorithms/530/solution.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package main
22

3+
import "math"
4+
35
/**
46
* Definition for a binary tree node.
57
* type TreeNode struct {

0 commit comments

Comments
 (0)