题号是LeetCode原题,题目是自己的解答
| 题号 | 题目 | Tags | Star | Company |
|---|---|---|---|---|
| 4 | Median of Two Sorted Arrays | 分治思想、二分查找 | ⭐ ⭐ ⭐ | |
| 10 | Regular Expression Matching | DP | ⭐ ⭐ ⭐ | |
| 23 | Merge k Sorted Lists | ListNode,归并排序,优先队列 | ⭐ ⭐ ⭐ ⭐ | |
| 123 | Best Time to Buy and Sell Stock III | DP、状态机 | ⭐ ⭐ ⭐ | |
| 124 | Binary Tree Maximum Path Sum | Tree,递归 | ⭐ ⭐ ⭐ | |
| 146 | LRU Cache | LRU,HashMap,LinkedHashMap | ⭐ ⭐ ⭐ | ByteDance |
| 188 | Best Time to Buy and Sell Stock IV | DP | ⭐ ⭐ ⭐ | |
| 297 | Serialize and Deserialize Binary Tree | Tree | ⭐ ⭐ ⭐ |