Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • LongestCommonSubsequence

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

length

length: number

reversed

reversed: boolean

s

s: T[]

si

si: number

t

t: T[]

ti

ti: number

Methods

getSequence

  • getSequence(): T[]

Static Private findMatch

  • findMatch<T>(s: T[], t: T[]): object
  • Type parameters

    • T

    Parameters

    • s: T[]
    • t: T[]

    Returns object

    • length: number
    • si: number
    • ti: number

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc