From 0942ab7921918a3bc9dd04472fc7dbb61d1029f2 Mon Sep 17 00:00:00 2001 From: youngyangyang04 <826123027@qq.com> Date: Sat, 6 Jun 2020 11:41:00 +0800 Subject: [PATCH] Update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ef850aa..49400bb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # leetcode LeetCode 题解 +|题目 | 类型| 建议刷题顺序 | 解题方法 | +|---|---| --- | --- | +|[0035.搜索插入位置](https://github.com/youngyangyang04/leetcode/blob/master/problems/0035.搜索插入位置.md) | | | | +|[0000.两数之和](https://github.com/youngyangyang04/leetcode/blob/master/problems/0000.%E4%B8%A4%E6%95%B0%E4%B9%8B%E5%92%8C.md) | | | |