LeetCode Summary
Ctrlk
  • Introduction
  • DP, 动态规划类
  • list, 链表相关
  • binary tree, 二叉树相关
  • sort, 排序相关
  • search, 搜索相关
  • math, 数学类相关
  • string, 字符串处理相关
    • Anagrams 题解
    • Count and Say 题解
    • Evaluate Reverse Polish Notation 题解
    • [Implement strStr() 题解](string/Implement-strStr().md)
    • Length of Last Word 题解
    • Longest Common Prefix 题解
    • Longest Palindromic Substring 题解
    • Longest Substring Without Repeating Characters 题解
    • Longest Valid Parentheses 题解
    • Minimum Window Substring 题解
    • Regular Expression Matching 题解
    • Reverse Words in a String 题解
    • Simplify Path 题解
    • Text Justification 题解
    • Valid Parentheses 题解
    • Wildcard Matching 题解
    • ZigZag Conversion 题解
  • combination and permutation, 排列组合相关
  • matrix, 二维数组, 矩阵相关
  • 回溯, BFS/DFS
  • greedy, 贪心
  • 其他
Powered by GitBook
On this page

string, 字符串处理相关

  1. Anagrams 题解

  2. Count and Say 题解

  3. Evaluate Reverse Polish Notation 题解

  4. [Implement strStr() 题解](./Implement-strStr().md)

  5. Length of Last Word 题解

  6. Longest Common Prefix 题解

  7. Longest Palindromic Substring 题解

  8. Longest Substring Without Repeating Characters 题解

  9. Longest Valid Parentheses 题解

  10. Minimum Window Substring 题解

  11. Regular Expression Matching 题解

  12. Reverse Words in a String 题解

  13. Simplify Path 题解

  14. Text Justification 题解

  15. Valid Parentheses 题解

  16. Wildcard Matching 题解

  17. ZigZag Conversion 题解

PreviousValid Number 题解NextAnagrams 题解

Last updated 6 years ago

Was this helpful?

Was this helpful?