Files
LeetcodeTop/shopee/frontend.md
2021-08-03 08:02:51 +08:00

15 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
我最近开发的[CodeTop网站](https://codetop.cc)可以按照**部门**、**难度**筛选比markdown更方便检索
|题目|出现次数|链接|
|-|-|-|
|剑指 Offer 10- I. 斐波那契数列|2|https://leetcode-cn.com/problems/fei-bo-na-qi-shu-lie-lcof|
|415. 字符串相加|2|https://leetcode-cn.com/problems/add-strings|
|补充题4. 手撕快速排序|2|https://leetcode-cn.com/problems/sort-an-array|
|94. 二叉树的中序遍历|2|https://leetcode-cn.com/problems/binary-tree-inorder-traversal|
|102. 二叉树的层序遍历|1|https://leetcode-cn.com/problems/binary-tree-level-order-traversal|
|349. 两个数组的交集|1|https://leetcode-cn.com/problems/intersection-of-two-arrays|
|704. 二分查找|1|https://leetcode-cn.com/problems/binary-search|
|145. 二叉树的后序遍历|1|https://leetcode-cn.com/problems/binary-tree-postorder-traversal|
|151. 翻转字符串里的单词|1|https://leetcode-cn.com/problems/reverse-words-in-a-string|
|1. 两数之和|1|https://leetcode-cn.com/problems/two-sum|
|141. 环形链表|1|https://leetcode-cn.com/problems/linked-list-cycle|