From fd12c80bb3142a4a0d412ca1f094e4d8edbc09e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B9=B3=E6=96=87?= Date: Sun, 29 Dec 2019 14:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ELeetCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article/leetcode/leetcode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/article/leetcode/leetcode.md b/article/leetcode/leetcode.md index 78e51a2..13edbaf 100644 --- a/article/leetcode/leetcode.md +++ b/article/leetcode/leetcode.md @@ -2,7 +2,7 @@ LeetCode中的题目按真实面试中的出现频率降序排列。 -| Row 1 | Row 2 | Row 3 | Row 4 | +| Col 1 | Col 2 | Col 3 | Col 4 | | :-------------: | :-------------: | :-------------: | :-------------: | | [栈](https://github.com/pwstrick/daily/blob/master/article/leetcode/stack.md) | [堆](https://github.com/pwstrick/daily/blob/master/article/leetcode/heap.md) | [贪心算法](https://github.com/pwstrick/daily/blob/master/article/leetcode/greedy.md) | [排序](https://github.com/pwstrick/daily/blob/master/article/leetcode/sort.md) | | [位运算](https://github.com/pwstrick/daily/blob/master/article/leetcode/bit-manipulation.md) | [树](https://github.com/pwstrick/daily/blob/master/article/leetcode/tree.md) | [深度优先搜索](https://github.com/pwstrick/daily/blob/master/article/leetcode/depth-first-search.md) | [广度优先搜索](https://github.com/pwstrick/daily/blob/master/article/leetcode/breadth-first-search.md) |