Skip to content

Commit f713ea7

Browse files
authored
Update index.ts
1 parent 8005faf commit f713ea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

longest-univalue-path/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import {TreeNode}from"../mod.ts"
12
export default function longestUnivaluePath(root: TreeNode | null): number {
23

34
if(!root)return 0

0 commit comments

Comments
 (0)