Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrieNode

Hierarchy

  • TrieNode

Index

Properties

Properties

children

children: Map<string, TrieNode>

isWord

isWord: boolean

value

value: string

Generated using TypeDoc