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

Parameters

root: TrieNode
cb: (word: string) => void