Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TrieType

Implemented by

Index

Properties

hasWord

hasWord: (word: string) => boolean

Type declaration

    • (word: string): boolean
    • Parameters

      • word: string

      Returns boolean

insert

insert: (word: string) => ThisType<TrieType>

Type declaration

    • Parameters

      • word: string

      Returns ThisType<TrieType>

prefixSearch

prefixSearch: (keyword: string) => string[]

Type declaration

    • (keyword: string): string[]
    • Parameters

      • keyword: string

      Returns string[]

Legend

  • Function
  • Type alias with type parameter
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc