Skip to main content
Go to Latest
class TrieNode
import { TrieNode } from "https://deno.land/x/masx200_leetcode_test@10.3.0/implement-trie-ii-prefix-tree/TrieNode.ts";

Constructors

new
TrieNode(
wordCount?: number,
prefixCount?: number,
children?,
)