import { type PrefixTree } from "https://deno.land/x/masx200_leetcode_test@v0.8.1/implement-trie-prefix-tree/PrefixTree.ts";
Properties
children: Map<string, PrefixTree>
import { PrefixTree } from "https://deno.land/x/masx200_leetcode_test@v0.8.1/implement-trie-prefix-tree/PrefixTree.ts";