Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method TreeNode.show
import { TreeNode } from "https://deno.land/x/masx200_leetcode_test@10.4.0/deps.ts";

Type Parameters

optional
T = any

Parameters

root: TreeNode<T> | null

Returns

Array<T>