Skip to main content
Go to Latest
function PrefixTreeSearchPrefixEach
import { PrefixTreeSearchPrefixEach } from "https://deno.land/x/masx200_leetcode_test@10.1.0/longest-word-in-dictionary/PrefixTreeSearchPrefixEach.ts";

Parameters

root: PrefixTree
prefix: string

Returns

PrefixTree | undefined