Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Suffix Structures

Suffix Structures

Feb 10, 20261 min read

  • algorithms
  • string-algorithms
  • suffix-structures

Suffix Structures

← Back to String Algorithms

Data structures that represent all suffixes of a string, enabling efficient substring searches, longest common substring queries, and other string operations.

Key Properties

  • Suffix Arrays
  • Suffix Trees

algorithms string-algorithms suffix-structures


Graph View

  • Suffix Structures
  • Key Properties

Backlinks

  • String Algorithms
  • Suffix Arrays
  • Suffix Trees

Created with Quartz v4.5.2 © 2026

  • GitHub