Skip to content

Commit 97f7c08

Browse files
committed
Update index.ts
1 parent 5fc8f29 commit 97f7c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

print-binary-tree/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { TreeNode } from "../binary-tree-inorder-traversal/TreeNode.ts";
22
import maxDepth from "../maximum-depth-of-binary-tree/index.ts";
3-
interface BinaryTreePosition {
3+
export interface BinaryTreePosition {
44
node: TreeNode;
55
row: number;
66
col: number;

0 commit comments

Comments
 (0)