Skip to main content
Go to Latest
interface PrefixTree
Re-export
import { type PrefixTree } from "https://deno.land/x/masx200_leetcode_test@10.4.1/mod.ts";

Properties

children: Map<string, PrefixTree>
isEnd: boolean
function PrefixTree
Re-export
import { PrefixTree } from "https://deno.land/x/masx200_leetcode_test@10.4.1/mod.ts";

Parameters

optional
isEnd = [UNSUPPORTED]
optional
children = [UNSUPPORTED]