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 5fc8f29 commit 97f7c08Copy full SHA for 97f7c08
print-binary-tree/index.ts
@@ -1,6 +1,6 @@
1
import { TreeNode } from "../binary-tree-inorder-traversal/TreeNode.ts";
2
import maxDepth from "../maximum-depth-of-binary-tree/index.ts";
3
-interface BinaryTreePosition {
+export interface BinaryTreePosition {
4
node: TreeNode;
5
row: number;
6
col: number;
0 commit comments