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

Constructors

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