CodeBook
Ctrlk
  • Introduction
  • Array
  • Binary Search
  • Two Pointers
  • BFS
  • DFS
  • Tree
  • String
    • 1 Pattern
    • 2 Implementation
    • 3 Substring
      • Implement Str
      • Longest Substring with At Least K Repeating Characters
      • Longest Common Prefix
    • 4 Number
    • 5 Decode
    • 6 Palindrome
    • 7 Evaluation
    • 8 Binary String
    • 9 Parenthesis
  • Data Structures
  • Advanced Data Structures
  • Graph
  • Dynamic Programming
  • Common Methods
  • Design/OOD
  • Appendix
Powered by GitBook
On this page
  1. String

3 Substring

Implement StrLongest Substring with At Least K Repeating CharactersLongest Common Prefix
PreviousText JustificationNextImplement Str

Last updated 6 years ago