algorithm-practice
algorithm-practice copied to clipboard
algorithm practice.
trafficstars
LeetCode
根据类型对题目分类。
Tree
- 0105-construct-binary-tree-from-preorder-and-inorder-traversal
- 0106-construct-binary-tree-from-inorder-and-postorder-traversal
- 0099-recover-binary-search-tree
- 0450-delete-node-in-a-bst
- 0662-maximum-width-of-binary-tree
Easy
- 0001-two-sum
- 0007-reverse-integer
- 0013-roman-to-integer
- 0020-valid-parentheses
- 0021-merge-two-sorted-lists
- 0595-big-countries
- 0771-jewels-and-stones
- 0929-unique-email-addresses
Middle
Hard
DP
- 0811-coin-lcci
- 0343-integer-break 思路
- 0300-最长上升子序列
Sort
- 快速排序