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) |