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 fd577ca commit df5f8f3Copy full SHA for df5f8f3
Trees/test/DiameterOfBinaryTree.test.js
@@ -9,7 +9,7 @@ class TreeNode {
9
}
10
11
12
-import { diameterOfBinaryTree } from './DiameterOfBinaryTree';
+import { diameterOfBinaryTree } from '../DiameterOfBinaryTree';
13
14
15
describe('Diameter of a Binary Tree', () => {
0 commit comments