data-structure-typed

Author

Tyler Zeng

Copyright

Copyright (c) 2022 Tyler Zeng zrwusa@gmail.com

License

MIT License

Hierarchy

  • TrieNode

Constructors

Properties

Accessors

Constructors

Properties

_children: Map<string, TrieNode>
_isEnd: boolean
_val: string

Accessors

Generated using TypeDoc