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

Parameters

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