Algorithm Practice
Ctrlk
  • Introduction
  • Lintcode
  • Leetcode
    • Math
    • Tree
    • Graph
    • Two Pointers
    • Linked List
    • Topological Sort
    • Hash Table
    • Trie
    • Sort
    • Binary Search
    • Heap
    • Breadth First Search
    • Stack
    • Backtracking
    • Dynamic Programming
    • Union Find
    • Scan Line
    • String
      • KMP
        • 28 Implement strStr()
        • 214 Shortest Palindrome
        • 459 Repeated Substring Pattern
        • 686 Repeated String Match
      • 271 Encode and Decode Strings
    • Reservoir Sampling
    • Recursion
  • Google
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode
  2. String

KMP

28 Implement strStr()214 Shortest Palindrome459 Repeated Substring Pattern686 Repeated String Match
PreviousStringNext28 Implement strStr()

Last updated 5 years ago

Was this helpful?