Skip to main content
Go to Latest
method TreeNode.show
import { TreeNode } from "https://deno.land/x/masx200_leetcode_test@10.4.1/deps.ts";

Type Parameters

optional
T = any

Parameters

root: TreeNode<T> | null

Returns

Array<T>