OJ
Ctrlk
  • Introduction
  • Some Tips
  • strStr and Coding Style
  • Binary Search
  • Binary Tree & Divide Conquer
  • Dynamic Programming I
    • 走格
    • Subsequence
    • Counting Bits
    • 887. Super Egg Drop
    • 674. Longest Continuous Increasing Subsequence
    • Integer Break
    • Catalan Number
    • Count Numbers with Unique Digits
    • 2 Keys Keyboard
    • 背包问题
    • DFS + Memorization
    • Palindromic Strings
      • Palindromic Substrings
      • 5. Longest Palindromic Substring
      • Longest Palindromic Subsequence
      • 1312. Minimum Insertion Steps to Make a String Palindrome
      • 1216. Valid Palindrome III
      • Palindrome Partitioning II
    • 多状态DP
    • f长度与input array长度无关
    • 多指针
    • Partition
    • Subarray Sum
    • String Match
    • Game Theory
    • Flip String to Monotone Increasing
    • 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance
    • Maximum Rectangle
    • 1513. Number of Substrings With Only 1s
    • 哈密顿图
  • Dynamic Programming II
  • Linked List
  • Array & Numbers
  • Heap
  • Hash
  • Multiple Pointers
  • Stack
  • Breadth-first Search
  • Bit Manipulation
  • Math
  • Trie
  • Graph
  • Union Find
  • Exhaustive Search
  • String
  • Greedy
  • Design
  • Queue
Powered by GitBook
On this page

Was this helpful?

  1. Dynamic Programming I

Palindromic Strings

Palindromic Substrings5. Longest Palindromic SubstringLongest Palindromic Subsequence1312. Minimum Insertion Steps to Make a String Palindrome1216. Valid Palindrome IIIPalindrome Partitioning II
Previous1444. Number of Ways of Cutting a PizzaNextPalindromic Substrings

Last updated 6 years ago

Was this helpful?