Data Structures and Algorithms B
search
⌘Ctrlk
Data Structures and Algorithms B
  • Introduction
  • Stable Marrage
  • Huffman Codes
  • Graph Algorithms
  • Divide and Conquer
  • Dynamic Programming
  • Network Flow
  • String Algorithms
    • Z Algorithm
    • Boyer-Moore
    • Knuth-Morris-Pratt
    • Suffix Trees
      • Naive Implementation
      • Ukkonens Algorithm
      • Applications
        • Longest Common Substring
        • Longest Palindromic Substring
        • Longest Repeated Substring
  • Randomized Algorithms
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. String Algorithmschevron-right
  2. Suffix Trees

Applications

Longest Common Substringchevron-rightLongest Palindromic Substringchevron-rightLongest Repeated Substringchevron-right
PreviousImplementationchevron-leftNextLongest Common Substringchevron-right

Last updated 6 years ago