Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface BinaryTreePosition
import { type BinaryTreePosition } from "https://deno.land/x/masx200_leetcode_test@v0.10.1/print-binary-tree/index.ts";

Properties

node: TreeNode
row: number
col: number