Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function PrefixTreeSearchPrefixEach
import { PrefixTreeSearchPrefixEach } from "https://deno.land/x/masx200_leetcode_test@v0.10.1/longest-word-in-dictionary/PrefixTreeSearchPrefixEach.ts";

Parameters

root: PrefixTree
prefix: string

Returns

PrefixTree | undefined