Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b240636

Browse files
committed
test
1 parent 1c2b0c9 commit b240636

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

题目列表.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
4____Median of Two Sorted Arrays
2+
7____Reverse Integer
3+
8____atoi
4+
11___Container With Most Water
5+
29___Divide Two Integers
6+
31___Next Permutation
7+
32___Longest Valid Parentheses 寻找最长有效括号
8+
33___Search in Rotated Sorted Array 修改后的二分查找
9+
42___Trapping Rain Water 矩阵积水的一维版本
10+
54___Spiral Matrix 数字矩阵螺旋形输出
11+
59___Spiral Matrix II 螺旋填充矩阵
12+
65___Valid Number 判断字符串是否有效数字
13+
72___Edit Distance编辑距离
14+
76___Minimum Window Substring 在字符串S中找最短的包含字符串T中全部字符的子串
15+
79___Word Search 深搜,矩阵中找字符串
16+
81___Search in Rotated Sorted Array II 带有重复数据的,最坏复杂度O(N)
17+
86___Partition List 分割链表
18+
91___Decode Ways 解码方式
19+
94___Binary Tree Inorder Traversal 中序遍历O(1)空间Morris
20+
114__Flatten Binary Tree to Linked List 把二叉树按照先序遍历变成链表,左孩子为空,右孩子为next

0 commit comments

Comments
 (0)