不知不觉居然已经写了200多篇随笔了,现在查找的时候经常要翻好久,很不方便。故给自己做个目录~
Leetcode
1、动态规划
- Palindrome Partitioning II(hard) ☆
- Distinct Subsequences(hard)
- Edit Distance (hard)
- Interleaving String (hard)
- Regular Expression Matching (hard) ★
- Wildcard Matching(hard) ★ 大神太牛了
- Longest Valid Parentheses (hard)★
- Scramble String (hard)★
- Maximal Rectangle (hard)★
- Unique Binary Search Trees (middle)☆
- Minimum Path Sum(easy)
- Unique Binary Search Trees II (middle)☆
- Unique Binary Search Trees (middle)☆
- Unique Path ||(easy)
- Unique Path(easy)
- triangle(easy)
- Decode Ways(medium)
2、回溯
3、其他
- atoi (hard) ★
- Candy(hard) 自己做出来了 但别人的更好
- Substring with Concatenation of All Words (hard) ★
- Search a 2D Matrix (easy)
- 3Sum (medium)
- Binary Tree Maximum Path Sum (medium)
- Convert Sorted Array to Binary Search Tree (easy)
- Subsets (Medium) ☆
- Binary Tree Postorder Traversal (hard) ☆
- Minimum Depth of Binary Tree (easy)
- Plus One (easy)
- Climbing Stairs (easy)
- Best Time to Buy and Sell 3 (hard) 自己做出来了 但别人的更好
- Best Time to Buy and Sell 2(too easy)
- Best Time to Buy and Sell (easy)
- Single Number II (medium) ★ 自己没做出来....
- Single Number (Medium) ☆
- Valid Sudoku (easy)
- Two Sum (easy)
- length of last word (easy)
时间: 2024-10-09 23:26:44