Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function TrieNodeForEach
import { TrieNodeForEach } from "https://deno.land/x/masx200_leetcode_test@10.4.3/utils/TrieNodeForEach.ts";

Parameters

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