Typescript-Algorithms
    Preparing search index...

    Variable longest_common_prefixConst

    longest_common_prefix: (strs: string[]) => string = longestCommonPrefix

    Type declaration

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

        • strs: string[]

        Returns string