deno.land / x / masx200_leetcode_test@10.6.5 / implement-trie-prefix-tree / PrefixTreeSearch.ts

PrefixTreeSearch.ts
نووسراو ببینە
1
2
3
4
5
6
7
import { PrefixTree } from "./PrefixTree.ts";import { PrefixTreeSearchPrefix } from "./PrefixTreeSearchPrefix.ts";
export function PrefixTreeSearch(root: PrefixTree, word: string): boolean { return !!PrefixTreeSearchPrefix(root, word)?.isEnd;}
masx200_leetcode_test

Version Info

Tagged at
a year ago