Skip to main content
Go to Latest
class PrefixTreeWithSum
Re-export
import { PrefixTreeWithSum } from "https://deno.land/x/masx200_leetcode_test@10.4.1/mod.ts";

Properties

children: Map<string, PrefixTreeWithSum>
isEnd: boolean
sum: number
interface PrefixTreeWithSum
implements PrefixTree
Re-export
import { type PrefixTreeWithSum } from "https://deno.land/x/masx200_leetcode_test@10.4.1/mod.ts";

Properties

sum: number