We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005faf commit f713ea7Copy full SHA for f713ea7
longest-univalue-path/index.ts
@@ -1,3 +1,4 @@
1
+import {TreeNode}from"../mod.ts"
2
export default function longestUnivaluePath(root: TreeNode | null): number {
3
4
if(!root)return 0
0 commit comments