deno.land / x / masx200_leetcode_test@10.6.5 / utils / TrieNodeClear.ts

TrieNodeClear.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
import { TrieNode } from "../implement-trie-ii-prefix-tree/TrieNode.ts";
export function TrieNodeClear(root: TrieNode) { root.children.clear(); root.prefixCount = 0; root.wordCount = 0;}
masx200_leetcode_test

Version Info

Tagged at
a year ago