Skip to main content
Go to Latest
function PrefixTreeForEach
import { PrefixTreeForEach } from "https://deno.land/x/masx200_leetcode_test@8.1.5/utils/PrefixTreeForEach.ts";

Parameters

cb: (word: string) => void