Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

longest-common-prefix

Here are 13 public repositories matching this topic...

The libsais library provides fast linear-time construction of suffix array (SA), generalized suffix array (GSA), longest common prefix (LCP) array, permuted LCP (PLCP) array, Burrows-Wheeler transform (BWT) and inverse BWT based on the induced sorting algorithm with optional OpenMP support for multi-core parallel construction.

  • UpdatedSep 10, 2025
  • C

The esa-matchfinder is a C99 library for efficient Lempel-Ziv factorization using enhanced suffix array (ESA).

  • UpdatedSep 2, 2025
  • C

A longest common prefix library implementation for Go

  • UpdatedDec 9, 2020
  • Go

Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Example 1: Input: strs = ["flower","flow","flight"] Output: "fl" Example 2: Input: strs = ["dog","racecar","car"] Output: "" Explanation: There is no common prefix among the input strings.

  • UpdatedJan 9, 2023

Python C module for creating suffix, LCP and BWT arrays with UTF-8 text.

  • UpdatedJul 16, 2019
  • C

DNA palindrome may have significant role in DNA replication that are found frequently in human cancer cells. Data Structures - Suffix Array, Longest Common prefix Array.

  • UpdatedSep 28, 2017
  • C

Leetcode.com Longest Common Prefix Solution [8ms, 19MB memory usage (less than 80%) ]

  • UpdatedSep 11, 2022
  • PHP

Typescript implementation of trie/digital tree/radix tree/prefix tree/suffix tree.

  • UpdatedNov 18, 2023
  • TypeScript

This library contains some of the Advanced Data Structures such as van Emde Boas trees, Suffix Trees and other structures.

  • UpdatedJul 27, 2025
  • Java

This code shows us how to find the longest common prefix of an array of multiple strings!

  • UpdatedMay 14, 2023
  • Java

Improve this page

Add a description, image, and links to thelongest-common-prefix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with thelongest-common-prefix topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp